-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
29 lines (29 loc) · 853 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
Package: totalcensus
Type: Package
Title: Extract Decennial Census and American Community Survey Data
Version: 0.6.7
Author: Guanglai Li
Maintainer: Guanglai Li <[email protected]>
Date: 2022-12-11
Description: Download summary files from Census Bureau <https://www2.census.gov/>
and extract data, in particular high resolution data at
block, block group, and tract level, from decennial census and
American Community Survey 1-year and 5-year estimates.
URL: https://github.com/GL-Li/totalcensus
BugReports: https://github.com/GL-Li/totalcensus/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
stringr (>= 1.2.0),
data.table (>= 1.10.1),
magrittr (>= 1.5),
purrr (>= 0.2.4),
utils (>= 3.3.2)
Suggests:
knitr,
rmarkdown,
ggplot2
RoxygenNote: 7.2.1