Package: tradestatistics
Type: Package
Title: Open Trade Statistics API Wrapper and Utility Program
Version: 3.0.2
Authors@R: c(
      person(given = "Mauricio",
             family = "Vargas",
             role = c("aut", "cre", "cph"),
             email = "mavargas11@uc.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 = "Alexey",
             family = "Kravchenko",
             role = "ctb",
             comment = "reviewed 2021 version of the API"),
      person(given = "Emma",
             family = "Mendelsohn",
             role = "ctb",
             comment = "updated the functions to take available years from the API instead of hardcoded values"),
      person(given = "Natalia",
             family = "de los Santos",
             role = "ctb",
             comment = "proposed improvements to default parameters"),
      person(given = "Elio",
             family = "Campitelli",
             role = "ctb",
             comment = "wrote parts of the client-side caching function"),
      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 a previous 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 a previous 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 = "The World Bank",
             role = "dtc")
    )
URL: https://docs.ropensci.org/tradestatistics/
BugReports: https://github.com/ropensci/tradestatistics/issues/
Description: Access 'Open Trade Statistics' API from R to download international trade data.
License: Apache License (>= 2)
LazyData: TRUE
Imports: crul, jsonlite, memoise, data.table, digest
RoxygenNote: 7.1.2
Suggests: knitr, rmarkdown, tibble, testthat (>= 2.1.0), vcr, covr,
        arrow
VignetteBuilder: knitr
Encoding: UTF-8
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2022-02-24 17:23:28 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),
  Alexey Kravchenko [ctb] (reviewed 2021 version of the API),
  Emma Mendelsohn [ctb] (updated the functions to take available years
    from the API instead of hardcoded values),
  Natalia de los Santos [ctb] (proposed improvements to default
    parameters),
  Elio Campitelli [ctb] (wrote parts of the client-side caching function),
  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 a previous package that evolved into the
    current package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/217),
  Jorge Cimentada [rev] (reviewed a previous package that evolved into
    the current package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/217),
  UN Comtrade [dtc],
  The World Bank [dtc]
Maintainer: Mauricio Vargas <mavargas11@uc.cl>
Repository: CRAN
Date/Publication: 2022-03-01 18:20:02 UTC
