Package: alarmdata
Title: Download, Merge, and Process Redistricting Data
Version: 0.2.4
Authors@R: c(
person("Cory", "McCartan", , "mccartan@psu.edu", role ="aut",
comment = c(ORCID = "0000-0002-6251-669X")),
person("Christopher T.", "Kenny", , "ctkenny@proton.me", role=c("aut", "cre"),
comment = c(ORCID = "0000-0002-9386-6860")),
person("Tyler", "Simko", , "tsimko@g.harvard.edu", role="aut",
comment = c(ORCID = "0000-0001-9382-7346")),
person("Michael", "Zhao", , "michaelzhao@college.harvard.edu", role="aut",
comment=c(ORCID = "0000-0001-8435-2078")),
person("Sho", "Miyazaki", , "shomiya@stanford.edu", role="aut",
comment=c(ORCID = "0009-0009-7838-9005")),
person("Kosuke", "Imai", , "imai@harvard.edu", 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)
and
the 50-State Redistricting Simulations of McCartan, Kenny,
Simko, Garcia, Wang, Wu, Kuriwaki, and Imai (2022)
. The package extends the data
introduced in McCartan, Kenny, Simko, Garcia, Wang, Wu,
Kuriwaki, and Imai (2022) 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) .
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.3
Language: en-US
Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev
make libicu-dev libuv1-dev libxml2-dev libssl-dev libproj-dev
libsqlite3-dev libudunits2-dev libx11-dev zlib1g-dev
Repository: https://christopherkenny.r-universe.dev
Date/Publication: 2026-04-09 14:37:18 UTC
RemoteUrl: https://github.com/alarm-redist/alarmdata
RemoteRef: HEAD
RemoteSha: 29652c454bdebf0a5cc2b597b8254dc66ce2cf61
NeedsCompilation: no
Packaged: 2026-07-08 06:07:32 UTC; root
Author: Cory McCartan [aut] (ORCID: ),
Christopher T. Kenny [aut, cre] (ORCID:
),
Tyler Simko [aut] (ORCID: ),
Michael Zhao [aut] (ORCID: ),
Sho Miyazaki [aut] (ORCID: ),
Kosuke Imai [aut] (ORCID: )
Maintainer: Christopher T. Kenny