forked from zoonproject/zoontutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: zoontutorials
Type: Package
Title: Tutorials and Best Practice Guides for Species Distribution Modelling using zoon
Version: 0.1
Authors@R: c(person("Nick", "Golding", role = c("aut", "cre"),
email = "[email protected]"),
person("David", "Wilkinson", role = c("aut"),
email = "[email protected]"),
person("Liz", "Martin", role = c("aut"),
email = "[email protected]"),
person("Saras", "Windecker", role = "aut",
email = "[email protected]"))
Maintainer: Nick Golding <[email protected]>
Description: The zoon package enables reproducible, shareable and extensible species distribution modelling (SDM) from R, and provides vignettes on how to use the package's functionality.
This package provides tutorials to help beginners get started with SDM, as well as best practice guides to advise on some of the more tricky and contentious aspects of SDM.
The package will be continuously updated based on input from users and SDM experts.
Please get in touch if you think we should change something!
License: BSD_3_CLAUSE + file LICENSE
Encoding: UTF-8
Depends:
zoon
Suggests:
knitr,
rmarkdown,
gridExtra,
lattice
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 6.0.1