-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
55 lines (55 loc) · 1.8 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
Package: flexsdm
Type: Package
Title: Tools for Data Preparation, Fitting, Prediction, Evaluation, and Post-Processing of Species Distribution Models
Version: 1.3.4
Authors@R: c(person(given = "Santiago J.E.", family = "Velazco", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7527-0967")),
person(given = "Brooke", family = "Rose", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5269-3759")),
person(given = "André F.A.", family = "Andrade", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6134-3176")),
person(given = "Ignacio", family = "Minoli", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6039-6962")),
person(given = "Janet", family = "Franklin", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0314-4598")))
Maintainer: Santiago J.E. Velazco <[email protected]>
URL: https://sjevelazco.github.io/flexsdm
BugReports: https://github.com/sjevelazco/flexsdm/issues
Depends: R (>= 3.5.0)
Imports:
doParallel,
dplyr,
foreach,
gbm,
grDevices,
kernlab,
maxnet,
mgcv,
nnet,
randomForest,
spThin,
terra (>= 1.5-21),
methods,
utils,
ggplot2,
patchwork
Description: Assist in the construction of flexible species distribution workflow
by incorporating comprehensive tools for data preparation, model fitting,
prediction, evaluation, and model post-processing.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3