-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 982 Bytes
/
DESCRIPTION
File metadata and controls
26 lines (26 loc) · 982 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: NSR
Title: 'Native Status Resolver'
Version: 0.1.1
Authors@R: c(
person("Brian", "Maitner", email = "bmaitner@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0002-2118-9880")),
person("Brad", "Boyle", email = "bboyle@email.arizona.edu", role = c("aut"))
)
Description: Provides access to the 'Native Status Resolver' (NSR) <https://github.com/ojalaquellueva/nsr> API through R. The user supplies plant taxonomic names and political divisions and the package returns information about their likely native status (e.g., native, non-native,endemic), along with information on how those decisions were made.
Depends:
R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
jsonlite,
httr
Suggests:
knitr,
rmarkdown,
testthat,
devtools,
BIEN,
vcr (>= 0.6.0)
VignetteBuilder: knitr
RoxygenNote: 7.3.2