-
-
Notifications
You must be signed in to change notification settings - Fork 99
/
DESCRIPTION
44 lines (44 loc) · 1.31 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
42
43
44
Package: tidycensus
Type: Package
Title: Load US Census Boundary and Attribute Data as 'tidyverse' and 'sf'-Ready Data Frames
Version: 1.6.7
Authors@R: c(
person(given = "Kyle", family = "Walker", email="[email protected]", role=c("aut", "cre")),
person(given = "Matt", family = "Herman", email = "[email protected]", role = "aut"),
person(given = "Kris", family = "Eberwein", email = "[email protected]", role = "ctb"))
Date: 2024-10-17
URL: https://walker-data.com/tidycensus/
BugReports: https://github.com/walkerke/tidycensus/issues
Description: An integrated R interface to several United States Census Bureau
APIs (<https://www.census.gov/data/developers/data-sets.html>) and the US Census Bureau's
geographic boundary files. Allows R users to return Census and ACS data as
tidyverse-ready data frames, and optionally returns a list-column with feature geometry for mapping
and spatial analysis.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.0)
Imports:
httr,
sf,
dplyr (>= 1.0.0),
tigris,
stringr,
jsonlite (>= 1.5.0),
purrr,
rvest,
tidyr (>= 1.0.0),
rappdirs,
readr,
xml2,
units,
utils,
rlang,
crayon,
tidyselect
Suggests:
ggplot2,
survey,
srvyr,
terra
RoxygenNote: 7.3.1