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) 
    <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
RoxygenNote: 7.3.3
Language: en-US
NeedsCompilation: no
Packaged: 2025-12-12 14:10:38 UTC; chris
Author: Cory McCartan [aut] (ORCID: <https://orcid.org/0000-0002-6251-669X>),
  Christopher T. Kenny [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-9386-6860>),
  Tyler Simko [aut] (ORCID: <https://orcid.org/0000-0001-9382-7346>),
  Michael Zhao [aut] (ORCID: <https://orcid.org/0000-0001-8435-2078>),
  Sho Miyazaki [aut] (ORCID: <https://orcid.org/0009-0009-7838-9005>),
  Kosuke Imai [aut] (ORCID: <https://orcid.org/0000-0002-2748-1022>)
Maintainer: Christopher T. Kenny <ctkenny@proton.me>
Repository: CRAN
Date/Publication: 2025-12-12 15:50:12 UTC
Built: R 4.6.0; ; 2025-12-12 20:23:06 UTC; unix
