Package: tidycensus
Type: Package
Title: Load US Census Boundary and Attribute Data as 'tidyverse' and
        'sf'-Ready Data Frames
Version: 0.1.2
Authors@R: c(person(given="Kyle", family="Walker", email="kyle.walker@tcu.edu", role=c("aut", "cre")))
Date: 2017-06-19
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 many 
    geographies. 
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.0)
Imports: httr, sf, dplyr, tigris, stringr, jsonlite, purrr, rvest,
        tidyr, rappdirs, readr, xml2, units
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-06-20 11:31:45 UTC; KyleWalker
Author: Kyle Walker [aut, cre]
Maintainer: Kyle Walker <kyle.walker@tcu.edu>
Repository: CRAN
Date/Publication: 2017-06-20 15:43:45 UTC
