-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
36 lines (36 loc) · 1.38 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
Package: urbnmapr
Type: Package
Title: State and county shapefiles in sf and tibble format
Version: 0.0.0.9002
Authors@R: c(
person('Sarah', 'Strochak', email = '[email protected]', role = c('aut', 'cre')),
person('Kyle', 'Ueyama', email = '[email protected]', role = 'aut'),
person('Aaron', 'Williams', email = '[email protected]', role = 'aut'),
person(family = 'Urban Institute', role = 'cph'),
person('William', 'Murphy', role = c('ctb', 'cph'), comment = 'Original author for copied and derived code for fiftystater'),
person('Barry', 'Rowlingson', role = 'ctb', comment = 'Original author for copied and derived code for fiftystater')
)
Description: Provides state and county shapefiles in 'sf' and 'tibble' format that is
compatible to map with 'ggplot2'. Shapefiles include Alaska and Hawaii,
transformed to be displayed as insets within the continental United States.
Heavily inspired by and derived in part from the fiftystater
package <https://cran.r-project.org/package=fiftystater> by William Murphy.
Depends:
R (>= 3.4.0)
Imports:
tibble,
mapproj,
sf
Suggests:
tidyverse,
urbnthemes,
scales,
knitr,
rmarkdown
URL: https://github.com/UrbanInstitute/urbnmapr
BugReports: https://github.com/UrbanInstitute/urbnmapr/issues
LazyData: true
License: GPL-3
Encoding: UTF-8
RoxygenNote: 6.1.1
VignetteBuilder: knitr