forked from CIAT-DAPA/GapAnalysis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 2.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: GapAnalysis
Title: Conservation Indicators using Spatial Information
Version: 1.0.2
Authors@R: c(person("Dan", "Carver", role = c("aut","cph"), comment = c(ORCID = "0000-0002-1344-6357"),
email= "[email protected]"),
person("Chrystian", "Sosa",role = c("aut","cph"), comment = c(ORCID = "0000-0002-3734-3248"),
email= "[email protected]"),
person("Colin", "Khoury", role = c("aut","cph"), comment = c(ORCID = "0000-0001-7893-5744"),
email= "[email protected]"),
person("Julian", "Ramirez-Villegas",role = c("aut","cre","cph"), comment = c(ORCID = "0000-0002-8044-583X"),
email = "[email protected]"),
person("Valentin", "Stefan",role = c("ctb"), email = "[email protected]"),
person("Harold", "Achicanoy",role = c("ctb","cph"), email = "[email protected]"),
person("Maria Victoria", "Diaz",role = c("ctb","cph"), email = "[email protected]"),
person("Steven", "Sotelo",role = c("ctb","cph"), email = "[email protected]"),
person("Nora", "Castaneda-Alvarez",role = c("ctb","cph"), email = "[email protected]"),
person("Kaue", "De Sousa",role = c("ctb"), email = "[email protected]"))
Description: Supports the assessment of the degree of conservation of taxa in conservation systems,
both in ex situ (in genebanks, botanical gardens, and other repositories) and in situ (in protected natural areas). Methods are
described in Carver et al. (2021) <https://doi.org/10.1111/ecog.05430>, building on Khoury et al. (2020) <doi:10.1073/pnas.2007029117>, Khoury et al. (2019) <doi:10.1016/j.ecolind.2018.11.016>, Khoury et al. (2019) <doi:10.1111/DDI.13008>,
Castaneda-Alvarez et al. (2016) <doi:10.1038/nplants.2016.22>, and Ramirez-Villegas et al. (2010) <doi:10.1371/journal.pone.0013497>.
URL: https://github.com/CIAT-DAPA/GapAnalysis
BugReports: https://github.com/CIAT-DAPA/GapAnalysis/issues
Depends:
R (>= 4.0.0),
raster (>= 3.0)
Imports:
base (>= 3.5),
utils (>= 3.5),
data.table,
sp (>= 1.4.1),
tmap (>= 2.3),
sf (>= 0.8),
methods (>= 3.5),
geosphere (>= 1.5),
fasterize (>= 1.0.0),
rmarkdown (>= 2.1)
Suggests:
knitr,
rgdal (>= 1.2-3),
rgeos(>= 0.5),
kableExtra (>= 1.1.0),
DT
License: GPL-3
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.1.1