-
Notifications
You must be signed in to change notification settings - Fork 51
/
DESCRIPTION
54 lines (54 loc) · 1.52 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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: 2.2.0
Author: Ari Lamstein <[email protected]>[cre, aut],
Brian P Johnson <[email protected]> [ctb, frontend animation code]
Maintainer: Ari Lamstein <[email protected]>
URL: https://github.com/trulia/choroplethr/,
https://groups.google.com/forum/#!forum/choroplethr
BugReports: https://github.com/trulia/choroplethr/issues
Copyright: Trulia, Inc.
License: BSD_3_clause + file LICENSE
Imports:
scales,
Hmisc,
stringr,
ggplot2,
dplyr,
R6,
acs,
WDI
Suggests:
testthat,
zipcode,
knitr,
choroplethrMaps,
choroplethrAdmin1
Depends:
R (>= 3.0.0)
VignetteBuilder: knitr
Collate:
'choropleth.R'
'admin1.R'
'admin1_data.R'
'choroplethr.R'
'choroplethr_acs.R'
'choroplethr_animate.R'
'choroplethr_wdi.R'
'country.R'
'country_data.R'
'usa.R'
'county.R'
'county_data.R'
'county_zoom.R'
'state.R'
'state_data.R'
'zip.R'
'zip_data.R'