-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
38 lines (38 loc) · 1.28 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
Package: redlistr
Title: Tools for the IUCN Red List of Ecosystems and Species
Version: 1.0.4
Authors@R: c(
person("Calvin", "Lee", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-8277-8614")),
person("Nicholas", "Murray", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4008-3053"))
)
Description: A toolbox created by members of the International Union for
Conservation of Nature (IUCN) Red List of Ecosystems Committee for
Scientific Standards. Primarily, it is a set of tools suitable for
calculating the metrics required for making assessments of species and
ecosystems against the IUCN Red List of Threatened Species and the
IUCN Red List of Ecosystems categories and criteria. See the IUCN
website for detailed guidelines, the criteria, publications and other
information.
License: GPL (>=3)| file LICENSE
URL: https://github.com/red-list-ecosystem/redlistr
BugReports: https://github.com/red-list-ecosystem/redlistr/issues
Depends:
R (>= 3.3.0),
raster (>= 2.5-8),
sp (>= 1.2-4)
Imports:
plyr,
sf,
terra
Suggests:
devtools,
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1