Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dev #179

Merged
merged 7 commits into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: redist
Version: 4.2.0.9999
Date: 2023-04-24
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")),
Expand Down
2 changes: 1 addition & 1 deletion R/redist_ms.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
#'
#' McCartan, C., & Imai, K. (2023). Sequential Monte Carlo for Sampling
#' Balanced and Compact Redistricting Plans. *Annals of Applied Statistics* 17(4).
#' Available at \url{http://dx.doi.org/10.1214/23-AOAS1763}.
#' Available at \doi{10.1214/23-AOAS1763}.
#'
#' DeFord, D., Duchin, M., and Solomon, J. (2019). Recombination: A family of
#' Markov chains for redistricting. arXiv preprint arXiv:1911.05725.
Expand Down
2 changes: 1 addition & 1 deletion R/redist_smc.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
#' @references
#' McCartan, C., & Imai, K. (2023). Sequential Monte Carlo for Sampling
#' Balanced and Compact Redistricting Plans. *Annals of Applied Statistics* 17(4).
#' Available at \url{http://dx.doi.org/10.1214/23-AOAS1763}.
#' Available at \doi{10.1214/23-AOAS1763}.
#'
#' @examples \donttest{
#' data(fl25)
Expand Down
15 changes: 9 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
## Test environments
* local R installation (macOS), R 4.2.3
* local R installation (Windows), R 4.2.2
* ubuntu 20.04 (on GitHub Actions), (devel)
* ubuntu 20.04 (on GitHub Actions), (release)
* ubuntu 20.04 (on GitHub Actions), (old release)
* local R installation (macOS), R 4.3.2
* local R installation (Windows), R 4.3.2
* ubuntu 22.04 (on GitHub Actions), (release)
* ubuntu 22.04 (on GitHub Actions), (old release)
* macOS-latest (on GitHub Actions), (release)
* Windows (on GitHub Actions), (release)
* Windows (on Winbuilder), (devel and release)


## R CMD check results

0 errors | 0 warnings | 0 notes

## Reverse Dependencies

There are no reverse dependencies to check.

## Additional Notes

* Fixes undefinited behavior found in CRAN checks.
* Fixes itemize braces Rd note for `redist.calc.frontier.size.Rd`, `redist.crsg.Rd`, and `redist.rsg.Rd`.
* Fixes "memory not mapped" error in `persily` function, which was due to be removed from the package in this release.
11 changes: 4 additions & 7 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 29 additions & 32 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions docs/articles/common_args.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading