forked from marlonecobos/kuenm2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
63 lines (63 loc) · 2.51 KB
/
DESCRIPTION
File metadata and controls
63 lines (63 loc) · 2.51 KB
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
59
60
61
62
63
Package: kuenm2
Type: Package
Title: Detailed Development of Ecological Niche Models
Version: 0.1.2
Authors@R: c(
person("Weverton C. F.", "Trindade", email = "wevertonf1993@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2045-4555")),
person("Luis F.", "Arias-Giraldo", email = "lfarias.giraldo@gmail.com",
role = "aut", comment = c(ORCID = "0000-0003-4861-8064")),
person("Luis", "Osorio-Olvera", email = "luismurao@gmail.com", role = "aut",
comment = c(ORCID = "0000-0003-0701-5398")),
person("A. Townsend", "Peterson", email = "town@ku.edu", role = "aut",
comment = c(ORCID = "0000-0003-0243-2379")),
person("Marlon E.", "Cobos", email = "manubio13@gmail.com", role = c("aut"),
comment = c(ORCID = "0000-0002-2611-1767")))
Maintainer: Weverton C. F. Trindade <wevertonf1993@gmail.com>
BugReports: https://github.com/marlonecobos/kuenm2/issues
Date: 2026-03-24
Description: A new set of tools to help with the development of detailed ecological
niche models using multiple algorithms. Pre-modeling analyses and
explorations can be done to prepare data. Model calibration (model selection)
can be done by creating and testing models with several parameter combinations.
Handy options for producing final models with transfers are included. Other tools to
assess extrapolation risks and variability in model transfers are also
available. Methodological and theoretical basis for the methods implemented
here can be found in:
Peterson et al. (2011) <https://www.degruyter.com/princetonup/view/title/506966>,
Radosavljevic and Anderson (2014) <doi:10.1111/jbi.12227>,
Peterson et al. (2018) <doi:10.1111/nyas.13873>,
Cobos et al. (2019) <doi:10.7717/peerj.6281>,
Alkishe et al. (2020) <doi:10.1016/j.pecon.2020.03.002>,
Machado-Stredel et al. (2021) <doi:10.21425/F5FBG48814>,
Arias-Giraldo and Cobos (2024) <doi:10.17161/bi.v18i.21742>,
Cobos et al. (2024) <doi:10.17161/bi.v18i.21742>.
Imports:
doSNOW,
enmpa (>= 0.2.1),
foreach (>= 1.5),
fpROC (>= 0.1.0),
glmnet (>= 4.1),
grDevices,
graphics,
mgcv (>= 1.9),
mop (>= 0.1.3),
parallel,
stats,
terra (>= 1.6),
utils
SystemRequirements: GDAL (>= 2.2.3), GEOS (>= 3.4.0), PROJ (>= 4.9.3)
Depends:
R (>= 3.5)
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rmarkdown,
spelling
VignetteBuilder: knitr
URL: https://marlonecobos.github.io/kuenm2/
Language: en-US