Package: tinycensus Title: Lightweight Interface to the US Census Bureau API Version: 0.0.0.9000 Authors@R: person(given = "Christopher T.", family = "Kenny", role = c("aut", "cre"), email = "ctkenny@proton.me", comment = c(ORCID = "0000-0002-9386-6860")) Description: Download data from the United States Census Bureau API . The package provides lightweight, product-specific interfaces for ACS, decennial census data, PEP, CBP, migration flows, and time-series datasets. It also uses Census metadata endpoints to discover datasets, variables, tables, and supported geographies, with optional spatial output joined through 'tinytiger'. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 4.4.0) Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://christophertkenny.com/tinycensus/, https://github.com/christopherkenny/tinycensus BugReports: https://github.com/christopherkenny/tinycensus/issues Imports: cli, curl, httr2, rappdirs, rlang, sf, tibble, tinytiger, vctrs Suggests: testthat (>= 3.0.0), vcr Config/testthat/edition: 3 Config/Needs/website: christopherkenny/ctktemplate Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-05-01 16:15:37 UTC RemoteUrl: https://github.com/christopherkenny/tinycensus RemoteRef: HEAD RemoteSha: d1d338651a55abe1849a4688484108a1e3ad1a2c NeedsCompilation: no Packaged: 2026-07-08 09:03:24 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ) Maintainer: Christopher T. Kenny