-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 935 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
Package: census2020download
Title: 2020 Census Blocks and Tools to Download from FTP
Version: 2.3.0
Authors@R:
person(given = "Mark",
family = "Corrales",
role = c("aut", "cre"),
email = "[email protected]"
)
Description: Creates block datasets (and some blockgroup tables)
for use in the EJAM package. Has basic functions for downloading from FTP,
unzipping, and reading the 2020 Census data for some or all US States
into data.table format.
Depends: R (>= 3.6.1)
Imports:
data.table,
SearchTrees,
usethis,
readr,
datasets,
utils
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
NeedsCompilation: no
Author: Mark Corrales [aut, cre]
Maintainer: Mark Corrales <[email protected]>
URL: https://ejanalysis.github.io/census2020download/, https://github.com/ejanalysis/census2020download