Package: comtradr Title: Interface with the United Nations Comtrade API Version: 1.0.5 Maintainer: Paul Bochtler Authors@R: c( person("Paul", "Bochtler", email = "paulbochtler.gh@gmail.com", role = c("aut", "cre","cph"), comment = c(ORCID = "0000-0002-9146-6185")), person("Harriet", "Goers", email = "hgoers@umd.edu", role = c("aut")), person("Chris", "Muir", email = "chrismuirRVA@gmail.com", role = c("aut")), 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")), person("Ernest", "Guevarra", role = "rev", comment = c(ORCID = "0000-0002-4887-4415", "Ernest reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/613")), person("Nicholas", "Potter", role = "rev", comment = c(ORCID = "0000-0002-3410-3732", "Nicholas reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/613")), person("Juergen", "Amann", role=c("ctb"))) Description: Interface with and extract data from the United Nations 'Comtrade' API . '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 (>= 4.1.0) Imports: lifecycle, fs, readr, askpass, cli, httr2, rlang, stringr, poorman, lubridate, purrr, tools, rappdirs, memoise, cachem Suggests: covr, dplyr, ggplot2, httptest2, knitr, rmarkdown, spelling, testthat (>= 3.0.0), callr License: GPL-3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 URL: https://docs.ropensci.org/comtradr/, https://github.com/ropensci/comtradr BugReports: https://github.com/ropensci/comtradr/issues NeedsCompilation: no VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Language: en-US Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-06-13 10:01:43 UTC RemoteUrl: https://github.com/ropensci/comtradr RemoteRef: main RemoteSha: 2da178966299fd0eb0bd7a94452ae9413c6ab9bb Packaged: 2026-07-01 08:20:46 UTC; root Author: Paul Bochtler [aut, cre, cph] (ORCID: ), Harriet Goers [aut], Chris Muir [aut], Alicia Schep [rev] (ORCID: , Alicia reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/141), Rafael Hellwig [rev] (ORCID: , Rafael reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/141), Ernest Guevarra [rev] (ORCID: , Ernest reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/613), Nicholas Potter [rev] (ORCID: , Nicholas reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/613), Juergen Amann [ctb]