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
RoxygenNote: 7.3.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-04-10 13:55:56 UTC; deanr
Author: Rick Dean [aut, cre, cph] (<https://orcid.org/0009-0005-8086-8436>)
Maintainer: Rick Dean <deanr3@bardstown.com>
Repository: CRAN
Date/Publication: 2025-04-11 08:30:05 UTC
Built: R 4.5.1; ; 2025-10-06 03:22:05 UTC; windows
