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. 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. Please see the vignettes for more details.
Version: 3.1.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'
        'get_county_demographics.R' 'get_state_demograhpics.R'
        'state.R'
NeedsCompilation: no
Packaged: 2015-05-05 04:23:18 UTC; arilamstein
Repository: CRAN
Date/Publication: 2015-05-05 06:43:03
Built: R 3.1.3; ; 2015-05-11 18:16:25 UTC; unix
