Package: idbr Type: Package Title: R Interface to the US Census Bureau International Data Base API Version: 1.2.1 Date: 2024-07-28 Authors@R: c(person(given="Kyle", family="Walker", email="kyle.walker@tcu.edu", role=c("aut", "cre"))) Description: Use R to make requests to the US Census Bureau's International Data Base API. Results are returned as R data frames. For more information about the IDB API, visit . License: MIT + file LICENSE LazyData: TRUE Encoding: UTF-8 Depends: R (>= 3.0.0) Suggests: tidyr, plotly Imports: jsonlite, dplyr, httr, countrycode, purrr, rnaturalearthdata, sf, stringr RoxygenNote: 7.2.3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://walkerke.r-universe.dev Date/Publication: 2024-07-28 18:46:23 UTC RemoteUrl: https://github.com/walkerke/idbr RemoteRef: HEAD RemoteSha: 6f3972531db160269701c780af0c800adf8ccd4a NeedsCompilation: no Packaged: 2026-06-01 09:29:49 UTC; root Author: Kyle Walker [aut, cre] Maintainer: Kyle Walker