Package: easycensus Title: Quickly Find, Extract, and Marginalize U.S. Census Tables Version: 1.1.1 Authors@R: person("Cory", "McCartan", email="cmccartan@g.harvard.edu", role=c("aut", "cre")) Description: Extracting desired data using the proper Census variable names can be time-consuming. This package takes the pain out of that process by providing functions to quickly locate variables and download labeled tables from the Census APIs (). Depends: R (>= 2.10) Imports: rlang, vctrs, pillar, dplyr (>= 1.0.0), tidyr (>= 1.0.0), stringr, censusapi, cli Suggests: posterior, testthat (>= 3.0.0) License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 URL: https://corymccartan.com/easycensus/, https://github.com/CoryMcCartan/easycensus/, http://corymccartan.com/easycensus/ BugReports: https://github.com/CoryMcCartan/easycensus/issues Config/testthat/edition: 3 Language: en-US Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://corymccartan.r-universe.dev Date/Publication: 2023-03-20 04:27:49 UTC RemoteUrl: https://github.com/CoryMcCartan/easycensus RemoteRef: v1.1.1 RemoteSha: 9e28874ad60023f7e71832bfb2d1db16f1dbb6f7 NeedsCompilation: no Packaged: 2026-06-21 07:44:06 UTC; root Author: Cory McCartan [aut, cre] Maintainer: Cory McCartan