-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
70 lines (70 loc) · 2.56 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
61
62
63
64
65
66
67
68
69
70
Package: redist
Version: 4.2.0
Date: 2024-01-11
Title: Simulation Methods for Legislative Redistricting
Authors@R: c(
person("Christopher T.", "Kenny", email = "[email protected]", role = c("aut", "cre")),
person("Cory", "McCartan", email = "[email protected]", role = "aut"),
person("Ben", "Fifield", email = "[email protected]", role = "aut"),
person("Kosuke", "Imai", email = "[email protected]", role = "aut"),
person("Jun", "Kawahara", email = "[email protected]", role = "ctb"),
person("Alexander", "Tarr", email = "[email protected]", role = "ctb"),
person("Michael", "Higgins", email = "[email protected]", role = "ctb"))
Maintainer: Christopher T. Kenny <[email protected]>
Description: Enables researchers to sample redistricting plans from a pre-specified
target distribution using Sequential Monte Carlo and Markov Chain Monte Carlo
algorithms. The package allows for the implementation of various constraints in
the redistricting process such as geographic compactness and population parity
requirements. Tools for analysis such as computation of various summary statistics
and plotting functionality are also included. The package implements the SMC
algorithm of McCartan and Imai (2023) <doi:10.1214/23-AOAS1763>, the enumeration
algorithm of Fifield, Imai, Kawahara, and Kenny (2020) <doi:10.1080/2330443X.2020.1791773>,
the Flip MCMC algorithm of Fifield, Higgins, Imai and Tarr (2020) <doi:10.1080/10618600.2020.1739532>,
the Merge-split/Recombination algorithms of Carter et al. (2019) <arXiv:1911.01503>
and DeFord et al. (2021) <doi:10.1162/99608f92.eb30390f>, and the Short-burst
optimization algorithm of Cannon et al. (2020) <arXiv:2011.02288>.
Depends:
R (>= 3.5.0),
redistmetrics (>= 1.0.2)
Imports:
Rcpp (>= 0.11.0),
rlang,
cli (>= 3.1.0),
vctrs,
tidyselect,
stringr,
dplyr (>= 1.0.0),
sf,
doParallel,
foreach,
doRNG,
servr,
sys,
ggplot2,
patchwork
Suggests:
coda,
withr,
loo,
Rmpi,
knitr,
rmarkdown,
rmapshaper,
scales,
units,
RSpectra,
testthat (>= 3.0.0),
spelling
LinkingTo: Rcpp, RcppArmadillo, RcppThread, cli, redistmetrics
License: GPL (>= 2)
SystemRequirements: C++17, python
NeedsCompilation: yes
BugReports: https://github.com/alarm-redist/redist/issues
URL: https://alarm-redist.org/redist/
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Encoding: UTF-8
Config/testthat/edition: 3
Language: en-US
LazyData: true