-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathDESCRIPTION
29 lines (29 loc) · 987 Bytes
/
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
Package: choroplethrZip
Type: Package
Title: Shapefile, Metadata and Visualization Functions for US Zip Code Tabulated Areas (ZCTAs)
Version: 1.5.0
Authors@R: c(
person("Ari", "Lamstein", , "[email protected]", c("aut", "cre"))
)
Maintainer: Ari Lamstein <[email protected]>
Description: The shapefile is taken from the US Census Bureau's 2013
Cartographic Boundary Shapefiles - ZIP Code Tabulation Areas (ZCTAs). See
?zip.map for additional information. Metadata about each ZCTA is in
?zip.regions. Metadata includes State, County and Metropolitan /
Micropolitan Statistical Area (MSA). Visualization functions are ?zip_choropleth
and ?zip_choropleth_acs.
URL: https://github.com/arilamstein/choroplethrZip,
https://groups.google.com/forum/#!forum/choroplethr
License: MIT + file LICENSE
Imports:
choroplethr (>= 3.3.0),
R6,
scales,
Hmisc,
stringr,
ggplot2,
dplyr,
acs
Suggests:
testthat
RoxygenNote: 6.0.1