-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
60 lines (60 loc) · 2.22 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: alarmdata
Title: Download, Merge, and Process Redistricting Data
Version: 0.2.3
Authors@R: c(
person("Cory", "McCartan", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6251-669X")),
person("Christopher T.", "Kenny", , "[email protected]", role="aut",
comment = c(ORCID = "0000-0002-9386-6860")),
person("Tyler", "Simko", , "[email protected]", role="aut",
comment = c(ORCID = "0000-0001-9382-7346")),
person("Michael", "Zhao", , "[email protected]", role="aut",
comment=c(ORCID = "0000-0001-8435-2078")),
person("Sho", "Miyazaki", , "[email protected]", role="aut",
comment=c(ORCID = "0009-0009-7838-9005")),
person("Kosuke", "Imai", , "[email protected]", role="aut",
comment = c(ORCID = "0000-0002-2748-1022"))
)
Description:
Utility functions to download and process data produced by the ALARM Project,
including 2020 redistricting files Kenny and McCartan (2021)
<https://alarm-redist.org/posts/2021-08-10-census-2020/> and the 50-State
Redistricting Simulations of McCartan, Kenny, Simko, Garcia, Wang, Wu,
Kuriwaki, and Imai (2022) <doi:10.7910/DVN/SLCD3E>. The package extends
the data introduced in McCartan, Kenny, Simko, Garcia, Wang, Wu, Kuriwaki,
and Imai (2022) <doi:10.1038/s41597-022-01808-2> to also include states with
only a single district. The package also includes the Japanese 2022
redistricting files from the 47-Prefecture Redistricting Simulations of
Miyazaki, Yamada, Yatsuhashi, and Imai (2022) <doi:10.7910/DVN/Z9UKSH>.
Depends:
R (>= 4.1.0)
Imports:
rlang,
cli,
curl,
dplyr,
readr,
stringr,
sf,
dataverse,
censable,
geomander (>= 2.1.0),
tidyselect,
redist (>= 4.2.0),
redistmetrics,
tinytiger,
rappdirs
Suggests:
rstudioapi,
rmapshaper,
testthat (>= 3.0.0),
spelling
License: MIT + file LICENSE
URL: https://github.com/alarm-redist/alarmdata/,
https://alarm-redist.org/alarmdata/
BugReports: https://github.com/alarm-redist/alarmdata/issues/
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US