-
Notifications
You must be signed in to change notification settings - Fork 32
/
DESCRIPTION
executable file
·53 lines (53 loc) · 2.13 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
Package: ENMeval
Type: Package
Title: Automated Tuning and Evaluations of Ecological Niche Models
Version: 2.0.5
Date: 2024-12-14
Authors@R: c(
person("Jamie M.","Kass", email = "[email protected]", role = c("aut","cre")),
person("Robert","Muscarella", role = "aut"),
person("Peter J.","Galante", role = "aut"),
person("Corentin","Bohl", role = "aut"),
person("Gonzalo E.","Buitrago-Pinilla", role = "aut"),
person("Robert A.","Boria", role = "aut"),
person("Mariano","Soley-Guardia", role = "aut"),
person("Robert P.","Anderson", role = c("aut")))
Maintainer: Jamie M. Kass <[email protected]>
Description: Runs ecological niche models over all combinations of user-defined settings (i.e., tuning), performs cross validation to evaluate models, and returns data tables to aid in selection of optimal model settings that balance goodness-of-fit and model complexity. Also has functions to partition data spatially (or not) for cross validation, to plot multiple visualizations of results, to run null models to estimate significance and effect sizes of performance metrics, and to calculate range overlap between model predictions, among others. The package was originally built for Maxent models (Phillips et al. 2006, Phillips et al. 2017), but the current version allows possible extensions for any modeling algorithm. The extensive vignette, which guides users through most package functionality but unfortunately has a file size too big for CRAN, can be found here on the package's Github Pages website: <https://jamiemkass.github.io/ENMeval/articles/ENMeval-2.0-vignette.html>.
License: file LICENSE
Encoding: UTF-8
Depends: methods, R (>= 3.5.0)
Imports:
terra,
maxnet,
predicts (>= 0.1-16),
parallel,
foreach,
utils,
stats,
grDevices,
dplyr,
tidyr,
ggplot2,
glmnet,
rangeModelMetadata,
rlang
RoxygenNote: 7.3.2
LazyData: true
Suggests:
rmarkdown,
graphics,
testthat,
knitr,
rJava (>= 0.5-0),
spocc,
RColorBrewer,
sf,
blockCV,
devtools,
tibble,
ecospat,
geodata,
usdm
VignetteBuilder: knitr
URL: https://jamiemkass.github.io/ENMeval/