Package: alarmdata
Title: Download, Merge, and Process Redistricting Data
Version: 0.2.1
Authors@R: c(
    person("Cory", "McCartan", , "corymccartan@nyu.edu", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-6251-669X")),
    person("Christopher T.", "Kenny", , "christopherkenny@fas.harvard.edu", role="aut",
           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("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.
Depends: R (>= 3.10)
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.2.3
Language: en-US
NeedsCompilation: no
Packaged: 2024-02-27 19:23:24 UTC; cmccartan
Author: Cory McCartan [aut, cre] (<https://orcid.org/0000-0002-6251-669X>),
  Christopher T. Kenny [aut] (<https://orcid.org/0000-0002-9386-6860>),
  Tyler Simko [aut] (<https://orcid.org/0000-0001-9382-7346>),
  Michael Zhao [aut] (<https://orcid.org/0000-0001-8435-2078>),
  Kosuke Imai [aut] (<https://orcid.org/0000-0002-2748-1022>)
Maintainer: Cory McCartan <corymccartan@nyu.edu>
Repository: CRAN
Date/Publication: 2024-02-28 18:30:08 UTC
Built: R 4.2.3; ; 2024-03-04 18:35:06 UTC; unix
