Package: RcensusPkg Type: Package Title: Easily Access US Census Bureau Survey and Geographic Data Version: 0.1.5 Authors@R: c( person( "Rick", "Dean", email = "deanr3@bardstown.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0005-8086-8436") ) ) Description: The key function 'get_vintage_data()' returns a dataframe and is the window into the Census Bureau API requiring just a dataset name, vintage(year), and vector of variable names for survey estimates/percentages. Other functions assist in searching for available datasets, geographies, group/variable concepts of interest. Also provided are functions to access and layer (via standard piping) displayable geometries for the US, states, counties, blocks/tracts, roads, landmarks, places, and bodies of water. Joining survey data with many of the geometry functions is built-in to produce choropleth maps. License: MIT + file LICENSE URL: https://github.com/deandevl/RcensusPkg BugReports: https://github.com/deandevl/RcensusPkg/issues Depends: R (>= 4.4.0) Imports: ggplot2 (>= 3.5.1), data.table (>= 1.16.4), httr2 (>= 1.1.2), downloader (>= 0.4.1), jsonlite (>= 1.8.9), stringr (>= 1.5.1), purrr (>= 1.0.2), sf (>= 1.0-19), ggplotify (>= 0.1.2), gtable (>= 0.3.6), RplotterPkg (>= 0.1.3) Suggests: knitr (>= 1.4.9), testthat (>= 3.0.0), usethis (>= 3.1.0), usmap (>= 0.7.1), vdiffr (>= 1.0.8), classInt (>= 0.4-10), RColorBrewer (>= 1.1-3), here (>= 1.0.1), withr (>= 3.0.2) Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/testthat/edition: 3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libicu-dev libuv1-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libnode-dev Repository: https://deandevl.r-universe.dev Date/Publication: 2025-04-10 21:50:55 UTC RemoteUrl: https://github.com/deandevl/RcensusPkg RemoteRef: HEAD RemoteSha: 25fd863caa60d1caf2f98b9593e458bc032ca13c NeedsCompilation: no Packaged: 2026-06-17 08:34:27 UTC; root Author: Rick Dean [aut, cre, cph] (ORCID: ) Maintainer: Rick Dean