-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
DESCRIPTION
39 lines (39 loc) · 954 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
30
31
32
33
34
35
36
37
38
39
Package: tigris
Type: Package
Title: Load Census TIGER/Line Shapefiles
Version: 2.1.2
Date: 2024-11-04
Authors@R: c(
person(given="Kyle", family="Walker", email="[email protected]", role=c("aut", "cre")),
person(given="Bob", family="Rudis", email="[email protected]", role="ctb")
)
URL: https://github.com/walkerke/tigris
BugReports: https://github.com/walkerke/tigris/issues
Description: Download TIGER/Line shapefiles from the United States Census Bureau
(<https://www.census.gov/geographies/mapping-files/time-series/geo/tiger-line-file.html>)
and load into R as 'sf' objects.
License: MIT + file LICENSE
LazyData: TRUE
Encoding: UTF-8
Depends:
R (>= 3.3.0)
Suggests:
testthat,
ggplot2,
ggthemes,
leaflet,
knitr,
tidycensus,
sp
Imports:
stringr,
magrittr,
utils,
rappdirs,
httr,
uuid,
sf,
dplyr,
methods
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)