-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
58 lines (58 loc) · 2.25 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
Package: modleR
Title: A Workflow for Ecological Niche Models
Version: 1.0.0
Authors@R: c(
person("Andrea", "Sánchez-Tapia", email = "andreasancheztapia@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3521-4338")),
person("Sara", "Mortara", email = "saramortara@gmail.com",
role = c("aut"), comment = c(ORCID = "0000-0001-6221-7537")),
person("Diogo", "Rocha", email = "diogosbr@gmail.com",
role = c("aut"), comment = c(ORCID = "0000-0003-2913-4072")),
person("Felipe", "Barros", email = "felipe.b4rros@gmail.com",
role = c("aut")),
person("Guilherme", "Gall", email = "gmgall@gmail.com",
role = c("aut")),
person("Tiago", "Castro Silva",
role = c("ctb"))
)
Description: This package implements a workflow to perform ecological niche modeling (ENM), including some procedures of data preparation and cleaning, the setup of several experimental designs (crossvalidation, repeated crossvalidation and bootstrap), the application of inclusion and exclusion buffers to background selection, fitting algorithms that are already implemented in dismo, randomForest, e1071, kernlab packages, namely: Bioclim, Domain, GLM, Mahalanobis Distance, Maxent, Random Forest, and two versions of Support Vector Machines (here svmk and svme). It uses the structure provided by package dismo for model evaluation and projects the models into other sets of environmental variables. A function to join individual partitions in several ways is provided in final_model(). Finally, ensemble_model() assembles models from distinct algorithms and provides summary rasters.
Depends:
R (>= 3.0.0)
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
caret,
data.table,
dismo,
e1071,
graphics,
kernlab,
kuenm,
maps,
methods,
maxnet,
randomForest,
raster,
Rdpack,
rgeos,
scales,
sessioninfo,
sp
Remotes: marlonecobos/kuenm
URL: https://model-r.github.io/modleR/index.html, https://github.com/Model-R/modleR
BugReports: https://github.com/Model-R/modleR/issues
RoxygenNote: 7.2.3
Roxygen: list(old_usage = TRUE)
RdMacros: Rdpack
Suggests:
devtools,
dplyr,
gbm,
knitr,
purrr,
rmarkdown,
sf,
stringr,
testthat (>= 2.1.0)
VignetteBuilder: knitr