-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.53 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
Package: USAboundaries
Type: Package
Title: Historical and Contemporary Boundaries of the United States of America
Version: 0.4.0
Authors@R: c(person("Lincoln", "Mullen",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5103-6917")),
person("Jordan", "Bratt",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0001-9051-7203")),
person("United States Census Bureau", role = "cph"))
Description: The boundaries for geographical units in the United States of
America contained in this package include state, county, congressional
district, and zip code tabulation area. Contemporary boundaries are provided
by the U.S. Census Bureau (public domain). Historical boundaries for the
years from 1629 to 2000 are provided form the Newberry Library's 'Atlas of
Historical County Boundaries' (licensed CC BY-NC-SA). Additional data is
provided in the 'USAboundariesData' package; this package provides an
interface to access that data.
License: MIT + file LICENSE
URL: http://lincolnmullen.com/software/usaboundaries/, https://github.com/ropensci/USAboundaries
BugReports: https://github.com/ropensci/USAboundaries/issues
Depends:
R (>= 3.1.1)
Suggests:
sf (>= 1.0.0),
testthat (>= 0.9.1),
USAboundariesData (>= 0.4.0),
covr,
knitr,
rmarkdown,
dplyr,
leaflet
RoxygenNote: 7.1.2
Additional_repositories: https://ropensci.r-universe.dev
LazyData: true
LazyDataCompression: xz
VignetteBuilder: knitr
Encoding: UTF-8