Package: choroplethr
Title: Simplify the Creation of Choropleth Maps in R
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.  choroplethr simplifies this process by 1.
    Providing ready-made functions for creating choropleths of common maps. 2.
    Providing API connections to interesting data sources for making
    choropleths. 3. Providing a framework for creating choropleths from
    arbitrary shapefiles. Please see the vignettes for more details.
Version: 3.0.0
Author: Ari Lamstein <arilamstein@gmail.com>[cre, aut],
    Brian P Johnson <brian@pjohnson.info> [ctb, frontend animation code]
Maintainer: Ari Lamstein <arilamstein@gmail.com>
URL: https://github.com/arilamstein/choroplethr/,
        https://groups.google.com/forum/#!forum/choroplethr
BugReports: https://github.com/arilamstein/choroplethr/issues
Copyright: Trulia, Inc.
License: BSD_3_clause + file LICENSE
Imports: scales, Hmisc, stringr, ggplot2, dplyr, R6, acs, WDI
Suggests: testthat, knitr, choroplethrMaps, choroplethrAdmin1
Depends: R (>= 3.0.0)
VignetteBuilder: knitr
Collate: 'acs.R' 'choropleth.R' 'admin1.R' 'choroplethr_animate.R'
        'choroplethr_wdi.R' 'country.R' 'usa.R' 'county.R'
        'county_zoom.R' 'data.R' 'deprecated.R' 'state.R'
Packaged: 2015-03-16 00:02:09 UTC; arilamstein
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-03-16 07:40:15
