Package: choroplethr
Title: Simplify the Creation of Choropleth Maps
Description: Choropleths are thematic maps where geographic regions, such as
    states, are colored according to some metric, such as the number of people
    who live in that state. This package simplifies this process by 1.
    Providing ready-made functions for creating choropleths of common maps. 2.
    Providing data and API connections to interesting data sources for making
    choropleths. 3. Providing a framework for creating choropleths from
    arbitrary shapefiles. 4. Overlaying those maps over reference maps from
    'Google Maps'. 
Version: 4.0.0
Authors@R: c(
    person("Ari", "Lamstein", , "ari@lamsteinconsulting.com", "aut"),
    person("Zhaochen", "He", , "zhaochen.he@cnu.edu", role = c("aut", "cre")),
    person("Brian", "Johnson", , role = "ctb"),
    person("Trulia, Inc.", role = c("cph"))
    )
URL: https://github.com/eastnile/choroplethr
Copyright: Trulia, Inc.
License: BSD_3_clause + file LICENSE
Imports: Hmisc, stringr, ggplot2 (>= 2.0.0), dplyr, R6, WDI, ggmap,
        RgoogleMaps, tigris (>= 1.0), gridExtra, xml2, rvest, tidyr,
        tidycensus
Suggests: testthat, choroplethrMaps, choroplethrAdmin1 (>= 1.1.0),
Depends: R (>= 3.5.0)
Collate: 'acs.R' 'choropleth.R' 'admin1.R' 'admin1_region.R'
        'choroplethr_wdi.R' 'country.R' 'usa.R' 'county.R'
        'county_zoom.R' 'data.R' 'get_congress_116_party_data.R'
        'get_congressional_demographics.R' 'get_usa_demographics.R'
        'state.R' 'tract.R' 'utils.R'
RoxygenNote: 7.3.2
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2025-04-11 16:49:37 UTC; zhaochenhe
Author: Ari Lamstein [aut],
  Zhaochen He [aut, cre],
  Brian Johnson [ctb],
  Trulia, Inc. [cph]
Maintainer: Zhaochen He <zhaochen.he@cnu.edu>
Repository: CRAN
Date/Publication: 2025-04-11 22:10:08 UTC
