-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.79 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: S4DM
Title: Small Sample Size Species Distribution Modeling
Version: 0.0.1
Authors@R:
c(
person(given = "Brian S.",
family = "Maitner",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-2118-9880")),
person(given = "Robert L.",
family = "Richards",
role = c("aut"),
email = "[email protected]"),
person(given = "Ben S.",
family = "Carlson",
role = c("aut"),
email = "[email protected]"),
person(given = "John M.",
family = "Drake",
role = c("aut"),
email = "[email protected]"),
person(given = "Cory",
family = "Merow",
role = c("aut"),
email = "[email protected]")
)
Description: Implements a set of distribution modeling methods that are suited to species with small sample sizes (e.g., poorly sampled species or rare species). While these methods can also be used on well-sampled taxa, they are united by the fact that they can be utilized with relatively few data points. More details on the currently implemented methodologies can be found in Drake and Richards (2018) <doi:10.1002/ecs2.2373>, Drake (2015) <doi:10.1098/rsif.2015.0086>, and Drake (2014) <doi:10.1890/ES13-00202.1>.
Depends:
R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
corpcor,
densratio,
flexclust,
geometry,
kernlab,
maxnet,
mvtnorm,
np,
pROC,
robust,
rvinecopulib,
sf,
terra,
dplyr,
Rdpack
Suggests:
geodata,
BIEN,
ggplot2,
tidyterra,
knitr,
testthat,
rmarkdown
RdMacros:
Rdpack