Package: tidycensus
Type: Package
Title: Load US Census Boundary and Attribute Data as 'tidyverse' and
        'sf'-Ready Data Frames
Version: 0.10.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: 2020-09-25
URL: https://github.com/walkerke/tidycensus
BugReports: https://github.com/walkerke/tidycensus/issues
Description: An integrated R interface to the decennial US Census and American Community Survey 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 all Census 
    geographies. 
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.0)
Imports: httr, sf, dplyr (>= 0.8.0), tigris, stringr, jsonlite (>=
        1.5.0), purrr, rvest, tidyr (>= 1.0.0), rappdirs, readr, xml2,
        units, utils, rlang
Suggests: ggplot2, survey, srvyr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-09-26 03:39:21 UTC; kyle
Author: Kyle Walker [aut, cre],
  Matt Herman [aut],
  Kris Eberwein [ctb]
Maintainer: Kyle Walker <kyle@walker-data.com>
Repository: CRAN
Date/Publication: 2020-09-27 10:50:03 UTC
