Skip to content

Commit

Permalink
Update documentation, prep. for new can submission
Browse files Browse the repository at this point in the history
  • Loading branch information
alamstein-trulia committed Dec 11, 2014
1 parent 1679896 commit 4043e2b
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Choropleths are thematic maps where geographic regions, such as
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: 2.1.0
Version: 2.1.1
Author: Ari Lamstein <[email protected]>[cre, aut],
Brian P Johnson <[email protected]> [ctb, frontend animation code]
Maintainer: Ari Lamstein <[email protected]>
Expand Down
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
choroplethr 2.1.1
----------------------------------------------------------------
-Bug fix: text for vignettes was for some reason not rebuilt into HTML.


choroplethr 2.1.0
----------------------------------------------------------------
-Add function county_zoom_choropleth, which allows you to zoom in on counties, not states. If
Expand Down
2 changes: 1 addition & 1 deletion R/choroplethr_wdi.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @examples
#' \dontrun{
#' # See http://data.worldbank.org/indicator/SP.POP.TOTL
#' choroplethr_wdi(code="SP.POP.TOTL", year=2012, title="2012 Per Capita Income", buckets=1)
#' choroplethr_wdi(code="SP.POP.TOTL", year=2012, title="2012 Population Estimates", buckets=1)
#'
#' # See http://data.worldbank.org/indicator/SP.DYN.LE00.IN
#' choroplethr_wdi(code="SP.DYN.LE00.IN", year=2012, title="2012 Life Expectancy Estimates")
Expand Down
2 changes: 1 addition & 1 deletion man/Admin1Choropleth.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\name{Admin1Choropleth}
\alias{Admin1Choropleth}
\title{An R6 object for creating Administration Level 1 choropleths.}
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7f9d9333e208>
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7fadaa5ffed8>
- attr(*, "name")= chr "Admin1Choropleth_generator"
}}
\usage{
Expand Down
2 changes: 1 addition & 1 deletion man/CountryChoropleth.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\name{CountryChoropleth}
\alias{CountryChoropleth}
\title{An R6 object for creating country-level choropleths.}
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7f9d931d2388>
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7fadaa6c9a40>
- attr(*, "name")= chr "CountryChoropleth_generator"
}}
\usage{
Expand Down
2 changes: 1 addition & 1 deletion man/CountyChoropleth.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\name{CountyChoropleth}
\alias{CountyChoropleth}
\title{Create a county-level choropleth}
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7f9d93196808>
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7fada7270668>
- attr(*, "name")= chr "CountyChoropleth_generator"
}}
\usage{
Expand Down
2 changes: 1 addition & 1 deletion man/CountyZoomChoropleth.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\name{CountyZoomChoropleth}
\alias{CountyZoomChoropleth}
\title{Create a county-level choropleth that zooms on counties, not states.}
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7f9d931b4030>
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7fadafeb2120>
- attr(*, "name")= chr "CountyZoomChoropleth_generator"
}}
\usage{
Expand Down
2 changes: 1 addition & 1 deletion man/StateChoropleth.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\name{StateChoropleth}
\alias{StateChoropleth}
\title{Create a state-level choropleth}
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7f9d93179cd8>
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7fada7423d40>
- attr(*, "name")= chr "StateChoropleth_generator"
}}
\usage{
Expand Down
2 changes: 1 addition & 1 deletion man/USAChoropleth.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
\alias{USAChoropleth}
\title{Normal choropleth that draws Alaska and Hawaii as insets.
In addition to a columns named "region" and "value", also requires a column named "state".}
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7f9d92bf58e0>
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7fada772d318>
- attr(*, "name")= chr "USAChoropleth_generator"
}}
\usage{
Expand Down
2 changes: 1 addition & 1 deletion man/ZipMap.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\name{ZipMap}
\alias{ZipMap}
\title{Create a county-level choropleth}
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7f9d9147b6a0>
\format{\preformatted{Class 'R6ClassGenerator' <environment: 0x7fadae1d42a8>
- attr(*, "name")= chr "CountyChoropleth_generator"
}}
\usage{
Expand Down
2 changes: 1 addition & 1 deletion man/choroplethr_wdi.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Create a country-level choropleth using data from the World Bank's World Develop
\examples{
\dontrun{
# See http://data.worldbank.org/indicator/SP.POP.TOTL
choroplethr_wdi(code="SP.POP.TOTL", year=2012, title="2012 Per Capita Income", buckets=1)
choroplethr_wdi(code="SP.POP.TOTL", year=2012, title="2012 Population Estimates", buckets=1)

# See http://data.worldbank.org/indicator/SP.DYN.LE00.IN
choroplethr_wdi(code="SP.DYN.LE00.IN", year=2012, title="2012 Life Expectancy Estimates")
Expand Down

0 comments on commit 4043e2b

Please sign in to comment.