-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
31 lines (31 loc) · 1.27 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
Package: rcites
Type: Package
Title: R Interface to the Species+ Database
Version: 1.3.0.9000
Authors@R: c(
person("Kevin", "Cazelles", role = c("aut", "cre"), email = "kevin.cazelles@gmail.com", comment = c(ORCID = "0000-0001-6619-9874")),
person("Jonas", "Geschke", role = c("aut"), email = "jonas.e.geschke@gmail.com", comment = c(ORCID = "0000-0002-5654-9313")),
person("Ignasi", "Bartomeus", role = c("aut"), comment = c(ORCID = "0000-0001-7893-4389")),
person("Jonathan", "Goldenberg", role = c("ctb")),
person("Marie-Bé", "Leduc", role = c("ctb")),
person("Yasmine", "Verzelen", role = c("ctb")),
person("Noam", "Ross", role = c("rev")),
person("Margaret", "Siple", role = c("rev")))
Description: A programmatic interface to the Species+ <https://speciesplus.net/> database via the Species+/CITES Checklist API <https://api.speciesplus.net/>.
URL: https://docs.ropensci.org/rcites/, https://github.com/ropensci/rcites
BugReports: https://github.com/ropensci/rcites/issues
License: MIT + file LICENSE
Depends: R (>= 3.1.0)
Imports: cli, curl, httr, jsonlite
Suggests:
knitr,
testthat,
tibble,
rmarkdown,
rworldmap (>= 1.3.6),
vcr (>= 1.2.0)
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3