Package: tidycensus Type: Package Title: Load US Census Boundary and Attribute Data as 'tidyverse' and 'sf'-Ready Data Frames Version: 1.8.1 Authors@R: c( person(given = "Kyle", family = "Walker", email="kyle@walker-data.com", role=c("aut", "cre")), person(given = "Matt", family = "Herman", email = "mfherman@gmail.com", role = "aut"), person(given = "Kris", family = "Eberwein", email = "eberwein@knights.ucf.edu", role = "ctb")) Date: 2026-05-25 URL: https://walker-data.com/tidycensus/ BugReports: https://github.com/walkerke/tidycensus/issues Description: An integrated R interface to several United States Census Bureau APIs () and the US Census Bureau's geographic boundary files. Allows R users to return Census and ACS data as tidyverse-ready data frames, and optionally returns a list-column with feature geometry for mapping and spatial analysis. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Depends: R (>= 4.1) Imports: httr, sf, dplyr (>= 1.0.0), tigris, stringr, jsonlite (>= 1.5.0), purrr, rvest, tidyr (>= 1.0.0), readr, xml2, units, utils, rlang, crayon, tidyselect Suggests: ggplot2, survey, srvyr, terra, testthat (>= 3.0.0), withr Config/testthat/edition: 3 RoxygenNote: 7.3.3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://walkerke.r-universe.dev Date/Publication: 2026-05-25 11:56:30 UTC RemoteUrl: https://github.com/walkerke/tidycensus RemoteRef: HEAD RemoteSha: 5461f0386f46f3ca26bb13bfb1ff37b1d9b2054e NeedsCompilation: no Packaged: 2026-05-25 14:57:03 UTC; root Author: Kyle Walker [aut, cre], Matt Herman [aut], Kris Eberwein [ctb] Maintainer: Kyle Walker