-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
37 lines (37 loc) · 1.21 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
Package: rnassqs
Type: Package
Title: Access data from the NASS 'Quick Stats' API
Version: 0.6.0
Authors@R: c(
person('Nicholas', 'Potter', email='[email protected]', role = c('aut', 'cre')),
person('Jonathan', 'Adams', email='', role = c('ctb')),
person('Joseph', 'Stachelek', email='', role = c('ctb')),
person('Julia', 'Piaskowski', email='', role = c('ctb')),
person('Adam', 'Sparks', email='', role = c('rev')),
person('Neal', 'Richardson', email='', role = c('ctb', 'rev')))
Maintainer: Nicholas Potter <[email protected]>
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.
URL: https://github.com/ropensci/rnassqs
BugReports: http://www.github.com/ropensci/rnassqs/issues
License: MIT + file LICENSE
LazyData: TRUE
Language: en-US
Imports:
httr,
jsonlite,
stats,
utils
Suggests:
assertthat,
httptest,
knitr,
rmarkdown,
testthat
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
VignetteBuilder: knitr