Package: rnassqs
Type: Package
Title: Access Data from the NASS 'Quick Stats' API
Version: 0.6.1
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('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
Imports: httr, jsonlite, stats, utils
Suggests: here, httptest, knitr, rmarkdown, testthat
RoxygenNote: 7.1.2
Encoding: UTF-8
VignetteBuilder: knitr
Collate: 'auth.R' 'helpers.R' 'nassqs.R' 'params.R' 'request.R'
        'wrappers.R'
NeedsCompilation: no
Packaged: 2022-03-11 04:30:23 UTC; potterzot
Author: Nicholas Potter [aut, cre],
  Robert Dinterman [ctb],
  Jonathan Adams [ctb],
  Joseph Stachelek [ctb],
  Julia Piaskowski [ctb],
  Adam Sparks [rev],
  Neal Richardson [ctb, rev]
Repository: CRAN
Date/Publication: 2022-03-11 08:40:02 UTC
Built: R 4.2.0; ; 2022-03-22 15:30:33 UTC; unix
