-
Notifications
You must be signed in to change notification settings - Fork 30
/
DESCRIPTION
51 lines (51 loc) · 1.77 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
Package: ENMTools
Type: Package
Title: Analysis of Niche Evolution using Niche and Distribution Models
Version: 1.1.3
Date: 2024-04-22
Encoding: UTF-8
Authors@R: c(person(given = "Dan", family = "Warren", role = c("aut", "cre"), email = "dan.l.warren@gmail.com", comment = c(ORCID = "0000-0002-8747-2451")),
person(given = "Russell", family = "Dinnage", role = "aut", email = "r.dinnage@gmail.com", comment = c(ORCID = "0000-0003-0846-2819")))
Maintainer: Dan Warren <dan.l.warren@gmail.com>
Description: Constructing niche models and analyzing patterns of niche evolution. Acts as an interface for many popular modeling algorithms, and allows users to conduct Monte Carlo tests to address basic questions in evolutionary ecology and biogeography. Warren, D.L., R.E. Glor, and M. Turelli (2008) <doi:10.1111/j.1558-5646.2008.00482.x> Glor, R.E., and D.L. Warren (2011) <doi:10.1111/j.1558-5646.2010.01177.x> Warren, D.L., R.E. Glor, and M. Turelli (2010) <doi:10.1111/j.1600-0587.2009.06142.x> Cardillo, M., and D.L. Warren (2016) <doi:10.1111/geb.12455> D.L. Warren, L.J. Beaumont, R. Dinnage, and J.B. Baumgartner (2019) <doi:10.1111/ecog.03900>.
License: GPL-2
RoxygenNote: 7.3.1
URL: https://github.com/danlwarren/ENMTools
BugReports: https://github.com/danlwarren/ENMTools/issues
Imports:
knitr,
ggplot2,
gridExtra,
lhs,
magrittr,
ENMeval,
spatstat.geom,
spatstat.random,
ggpubr,
forcats,
terra,
raster (>= 3.6.3)
Depends:
dismo,
R (>= 2.10)
Suggests:
testthat,
hypervolume,
leaflet,
mgcv,
ecospat (>= 3.2.1),
randomForest,
ranger,
caret,
CalibratR,
ape,
ResourceSelection,
reshape2,
vip,
pdp,
fastshap,
viridis,
progress,
rmarkdown,
sf
Config/testthat/edition: 3