Package: comtradr
Title: Interface with the United Nations Comtrade API
Version: 0.2.2
Authors@R: c(person("Chris", "Muir", 
              email = "chrismuirRVA@gmail.com", 
              role = c("aut", "cre")), 
            person("Alicia", "Schep", 
                  role = "rev", 
                  comment = c(ORCID = "0000-0002-3915-0618", 
                              "Alicia reviewed the package for rOpenSci, 
                              see https://github.com/ropensci/onboarding/issues/141")), 
            person("Rafael", "Hellwig", 
                  role = "rev", 
                  comment = c(ORCID = "0000-0002-3092-3493", 
                              "Rafael reviewed the package for rOpenSci, 
                              see https://github.com/ropensci/onboarding/issues/141")))
Description: Interface with and extract data from the United Nations Comtrade 
  API <https://comtrade.un.org/data/>. Comtrade provides country level shipping 
  data for a variety of commodities, these functions allow for easy API query 
  and data returned as a tidy data frame.
Depends: R (>= 3.0.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: httr, jsonlite, magrittr (>= 1.5), purrr
RoxygenNote: 6.1.0
URL: https://github.com/ropensci/comtradr
BugReports: https://github.com/ropensci/comtradr/issues
NeedsCompilation: no
Maintainer: Chris Muir <chrismuirRVA@gmail.com>
Suggests: testthat, knitr, rmarkdown, ggplot2, dplyr
VignetteBuilder: knitr
Packaged: 2018-10-05 04:13:03 UTC; chrismuir
Author: Chris Muir [aut, cre],
  Alicia Schep [rev] (<https://orcid.org/0000-0002-3915-0618>, Alicia
    reviewed the package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/141),
  Rafael Hellwig [rev] (<https://orcid.org/0000-0002-3092-3493>, Rafael
    reviewed the package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/141)
Repository: CRAN
Date/Publication: 2018-10-05 05:30:02 UTC
