-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.39 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
Package: statesRcontiguous
Type: Package
Title: Shapefiles for the Contiguous United States of America
Version: 0.2.0
Author: person("Martin", "Hadley", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3039-6849"))
Maintainer: Martin Hadley <[email protected]>
Description: Data package containing shapefiles for the US that may easily be restricted to only
the contiguous US. Shapefiles are provided for; states, congressional districts and counties.
All shapefiles have the resolution of 1:20,000,000 and are from the US Census Bureau -
<https://www.census.gov/geo/maps-data/data/tiger-cart-boundary.html>. State/County/District
information has been combined from multiple disjoint Census shapefile products in this package,
see the 'shapefile_details' tibble for details. Please note, this package is explicitly designed to
fit all shapefiles within one CRAN-hosted package. You will want to use the 'tigris' package
for programmatic access to the US Census' shapefile products.
URL: https://github.com/martinjhnhadley/statesRcontiguous
BugReports: https://github.com/martinjhnhadley/statesRcontiguous/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
License: MIT + file LICENSE
VignetteBuilder:
utils,
knitr
Depends:
R (>= 3.1.2),
sf
Imports:
magrittr,
tibble
Suggests: knitr,
rmarkdown,
dplyr