-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 990 Bytes
/
DESCRIPTION
File metadata and controls
26 lines (26 loc) · 990 Bytes
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: TNRS
Title: Taxonomic Name Resolution Service
Version: 0.3.7
Authors@R:
c(
person("Brian", "Maitner", email = "bmaitner@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2118-9880")),
person("Brad", "Boyle", email = "bboyle@email.arizona.edu", role = c("aut")),
person("Paul", "Efren", email = "paulefrens@gmail.com ", role = c("ctb"))
)
Description: Provides access to the Taxonomic Name Resolution Service <https://github.com/ojalaquellueva/tnrsapi> through R. The user supplies plant taxonomic names and the package returns resolved taxonomic names along with information on decisions. Optionally, the package can also be used to parse taxonomic names.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
jsonlite,
httr
Suggests:
knitr,
rmarkdown,
testthat,
vcr (>= 0.6.0),
devtools
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)