forked from ropensci/rcites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.19 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
Package: rcites
Type: Package
Title: R Interface to the Species+ Database
Version: 1.0.0.9000
Authors@R: c(person("Jonas", "Geschke", role = c("aut"), email = "jonas.e.geschke@gmail.com", comment = c(ORCID = "0000-0002-5654-9313")),
person("Kevin", "Cazelles", role = c("aut", "cre"), email = "kevin.cazelles@gmail.com", comment = c(ORCID = "0000-0001-6619-9874")),
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://ropensci.github.io/rcites/, https://github.com/ropensci/rcites
BugReports: https://github.com/ropensci/rcites/issues
License: MIT + file LICENSE
Depends:
R (>= 3.1.0)
Imports:
httr,
jsonlite
Encoding: UTF-8
RoxygenNote: 6.1.1
Suggests: knitr, testthat, tibble, rmarkdown, rworldmap
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)