Package: geomander Type: Package Title: Geographic Tools for Studying Gerrymandering Version: 2.5.3 Authors@R: c( person("Christopher T.", "Kenny", email = "ctkenny@proton.me", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9386-6860")), person("Cory", "McCartan", email = "mccartan@psu.edu", role = "ctb", comment = c(ORCID = "0000-0002-6251-669X")) ) Description: A compilation of tools to complete common tasks for studying gerrymandering. This focuses on the geographic tool side of common problems, such as linking different levels of spatial units or estimating how to break up units. Functions exist for creating redistricting-focused data for the US. License: MIT + file LICENCE URL: https://christophertkenny.com/geomander/, https://github.com/christopherkenny/geomander BugReports: https://github.com/christopherkenny/geomander/issues Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 LinkingTo: Rcpp (>= 1.0.7) Imports: baf, censable, cli, dataverse, dplyr, geos, ggplot2, readr, rlang, Rcpp, sf, stringr, tibble, tidyr, tinytiger Depends: R (>= 4.1.0) Suggests: redist, knitr, rmarkdown, testthat (>= 3.0.0), RcppSimdJson, spelling LazyData: true Encoding: UTF-8 VignetteBuilder: knitr Config/testthat/edition: 3 Config/Needs/website: christopherkenny/ctktemplate 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 Repository: https://alarm-redist.r-universe.dev Date/Publication: 2026-07-19 19:49:34 UTC RemoteUrl: https://github.com/christopherkenny/geomander RemoteRef: HEAD RemoteSha: 514e362ebbb3416c7bb224969e17b8b581986b4b NeedsCompilation: yes Packaged: 2026-07-19 19:55:56 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ), Cory McCartan [ctb] (ORCID: ) Maintainer: Christopher T. Kenny