-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.17 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
Package: tinytiger
Title: Lightweight Interface to TIGER/Line Shapefiles
Version: 0.0.10
Authors@R: c(
person("Christopher T.", "Kenny", email = "christopherkenny@fas.harvard.edu",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9386-6860")),
person("Cory", "McCartan", email = "cmccartan@g.harvard.edu", role = "aut"))
Description: Download geographic shapes from the United States Census Bureau
TIGER/Line Shapefiles <https://www.census.gov/geographies/mapping-files/time-series/geo/tiger-line-file.html>.
Functions support downloading and reading in geographic boundary data.
All downloads can be set up with a cache to avoid multiple downloads.
Data is available back to 2000 for most geographies.
License: MIT + file LICENSE
Depends:
R (>= 2.10)
Imports:
cli,
glue,
curl,
sf
Suggests:
knitr,
rappdirs,
rmarkdown,
testthat (>= 3.0.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LazyData: true
URL: https://github.com/alarm-redist/tinytiger,
https://alarm-redist.org/tinytiger/
BugReports: https://github.com/alarm-redist/tinytiger/issues
Config/testthat/edition: 3
VignetteBuilder: knitr