-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
34 lines (34 loc) · 1.65 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
Package: ENMTML
Type: Package
Title: Create and process Ecological Niche, including several pre- and post-processing methods
Version: 1.0.0
Authors@R:
c(person(given = "André F.A.",
family = "Andrade",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6134-3176")),
person(given = "Santiago J.E.",
family = "Velazco",
role = c("aut"),
comment = c(ORCID = "0000-0002-7527-0967")),
person(given = "Paulo",
family = "De Marco ",
role = c("aut"),
comment = c(ORCID = "0000-0002-3628-6405")))
Description: ENMTML is a package to create and process Ecological Niche Models. The main purpose of this package is to assemble all this methodological complexity spread over several papers and bring it into the spotlight in a simple way for people not used to the details of ENMs. The package contains several alternatives to different methodological steps, e.g., pseudo-absence allocation and accessible area delimitation, formulated within a single function, to make it accessible for people not used to the programming environment.
License: GPL (>= 2)
Depends: R (>= 3.5.0)
Imports: ade4, adehabitatHS, caret, dismo,
flexclust, foreach, gbm, glmnet, igraph, kernlab,
maxlike, maxnet, methods, mgcv, parallel, pgirmess, doParallel, dplyr, plyr,
randomForest, raster, terra, rgdal, rgeos, sp,
spThin, tools, usdm
URL: https://github.com/andrefaa/ENMTML
BugReports: https://github.com/andrefaa/ENMTML/issues
Encoding: UTF-8
Language: en
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat