-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.54 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
39
40
41
42
43
44
45
46
47
48
Package: rnassqs
Type: Package
Title: Access Data from the NASS 'Quick Stats' API
Version: 0.6.3
Authors@R: c(
person('Nicholas', 'Potter', email='econpotter@gmail.com', role = c('aut', 'cre')),
person('Robert', 'Dinterman', email='', role = c('ctb')),
person('Jonathan', 'Adams', email='', role = c('ctb')),
person('Joseph', 'Stachelek', email='', role = c('ctb')),
person('Julia', 'Piaskowski', email='', role = c('ctb')),
person('Branden', 'Collingsworth', email='', role = c('ctb')),
person('Adam', 'Sparks', email='', role = c('rev')),
person('Neal', 'Richardson', email='', role = c('ctb', 'rev')))
Maintainer: Nicholas Potter <econpotter@gmail.com>
Description: Interface to access data via the United States Department of
Agriculture's National Agricultural Statistical Service (NASS) 'Quick Stats'
web API <https://quickstats.nass.usda.gov/api/>. Convenience functions
facilitate building queries based on available parameters and valid parameter
values. This product uses the NASS API but is not endorsed or certified by NASS.
URL: https://docs.ropensci.org/rnassqs/ (website)
https://github.com/ropensci/rnassqs/
BugReports: https://github.com/ropensci/rnassqs/issues
License: MIT + file LICENSE
Language: en-US
Depends:
R (>= 3.5.0)
Imports:
httr,
jsonlite,
stats,
utils
Suggests:
here,
httptest,
knitr,
rmarkdown,
testthat
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
VignetteBuilder: knitr
Collate:
'auth.R'
'helpers.R'
'rnassqs-package.R'
'params.R'
'request.R'
'wrappers.R'