forked from jamiemkass/ENMeval
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·33 lines (33 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
30
31
32
33
Package: ENMeval
Type: Package
Title: Automated Tuning and Evaluations of Ecological Niche Models
Version: 2.0.0
Date: 2020-12-25
Author: Jamie M. Kass, Robert Muscarella, Peter J. Galante, Corentin Bohl, Gonzalo E. Buitrago-Pinilla, Robert A. Boria, Mariano Soley-Guardia, and Robert P. Anderson
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 niche overlap between model predictions, among others. Originally built for Maxent models (Phillips et al. 2006, Phillips et al. 2017), but current version allows possible extensions for any modeling algorithm.
License: GPL
Encoding: UTF-8
Depends: methods, R (>= 3.5.0), magrittr, raster, sp
Imports:
dismo,
doSNOW,
doParallel,
parallel,
foreach,
utils,
graphics,
stats,
grDevices,
maxnet,
gbm,
ranger
Suggests:
rJava (>= 0.5-0),
knitr,
rmarkdown,
spocc,
testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Remotes: johnbaums/rmaxent