Package: rict Title: Redistricting in Clean Tables Version: 0.0.1 Authors@R: c( person(given = "Christopher T.", family = "Kenny", role = c("aut", "cre"), email = "ctkenny@proton.me", comment = c(ORCID = "0000-0002-9386-6860")), person(given = "Cory", family = "McCartan", role = "art", comment = c(ORCID = "0000-0002-6251-669X"))) Description: Provides a suite of tools to create tables that accompany maps. The tools create clean, informative tables for electoral outcomes, compactness, and other district-level quantities. Most tools are aimed at the redistricting context, but are broadly applicable to other electoral data. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: cli, dplyr, geomander, geos, ggplot2, gt, purrr, redist, redistmetrics, rlang, sf, stringr, tibble Depends: R (>= 4.1.0) LazyData: true Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/Needs/website: christopherkenny/ctktemplate VignetteBuilder: knitr URL: http://christophertkenny.com/rict/, https://github.com/christopherkenny/rict BugReports: https://github.com/christopherkenny/rict/issues 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 libnode-dev libx11-dev zlib1g-dev Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-05-01 16:15:31 UTC RemoteUrl: https://github.com/christopherkenny/rict RemoteRef: HEAD RemoteSha: 982e9ca9ab50bc251667bcddb1e0419d92815e65 NeedsCompilation: no Packaged: 2026-07-04 19:17:26 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ), Cory McCartan [art] (ORCID: ) Maintainer: Christopher T. Kenny