Package: tradestatistics
Type: Package
Title: Open Trade Statistics API Wrapper and Utility Program
Version: 0.2
Authors@R: c(
      person(given = "Mauricio",
             family = "Vargas",
             role = c("aut", "cre", "cph"),
             email = "mvargas@dcc.uchile.cl",
             comment = c(ORCID = "0000-0003-1017-7574")),
      person(given = "Joshua",
             family = "Kunst",
             role = "ctb",
             comment = "contributed to different parts of the pre-release code"),
      person(given = "Emily",
             family = "Riederer",
             role = "rev",
             comment = "reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/274"),
      person(given = "Mark",
             family = "Padgham",
             role = "rev",
             comment = "reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/274"),
      person(given = "Amanda",
             family = "Dobbyn",
             role = "rev",
             comment = "reviewed an archived package that evolved into the current package for rOpenSci, see https://github.com/ropensci/onboarding/issues/217"),
      person(given = "Jorge",
             family = "Cimentada",
             role = "rev",
             comment = "reviewed an archived package that evolved into the current package for rOpenSci, see https://github.com/ropensci/onboarding/issues/217"),
      person(family = "UN Comtrade",
             role = "dtc"),
      person(family = "Center for International Development at Harvard University",
             role = "dtc"),
      person(family = "The Observatory of Economic Complexity",
             role = "dtc")
    )
URL: https://ropensci.github.io/tradestatistics
BugReports: https://github.com/ropensci/tradestatistics/issues
Description: Access 'Open Trade Statistics' API from R to download international trade data.
License: GPL-3
LazyData: TRUE
Depends: R (>= 3.2)
Imports: rlang, magrittr, dplyr, stringr, crul, purrr, jsonlite
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, testthat, styler, pkgdown, vcr
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2019-04-21 21:38:05 UTC; pacha
Author: Mauricio Vargas [aut, cre, cph]
    (<https://orcid.org/0000-0003-1017-7574>),
  Joshua Kunst [ctb] (contributed to different parts of the pre-release
    code),
  Emily Riederer [rev] (reviewed the package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/274),
  Mark Padgham [rev] (reviewed the package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/274),
  Amanda Dobbyn [rev] (reviewed an archived package that evolved into the
    current package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/217),
  Jorge Cimentada [rev] (reviewed an archived package that evolved into
    the current package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/217),
  UN Comtrade [dtc],
  Center for International Development at Harvard University [dtc],
  The Observatory of Economic Complexity [dtc]
Maintainer: Mauricio Vargas <mvargas@dcc.uchile.cl>
Repository: CRAN
Date/Publication: 2019-04-21 22:00:03 UTC
