Package: planscorer Title: Score Redistricting Plans with 'PlanScore' Version: 0.0.5 Authors@R: c( person(given = "Christopher T.", family = "Kenny", role = c("aut", "trl", "cre"), email = "ctkenny@proton.me", comment = c("R port", ORCID = "0000-0002-9386-6860")), person(given = "Michal", family = "Migurski", role = c("aut"), comment = c("python original, https://github.com/PlanScore/PlanScore-CLI")), person(given = "Cory", family = "McCartan", role = "art", comment = c(ORCID = "0000-0002-6251-669X"))) Description: Provides access to the 'PlanScore' Application Programming Interface () for scoring redistricting plans. Allows for upload of plans from block assignment files and shape files. For shapes in memory, such as from 'sf' or 'redist', it processes them to save and upload. Includes tools for tidying responses and saving output from the website. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: cli, curl, dplyr, fs, httr2, jsonlite, purrr, readr, rlang, sf, stringr, tibble, tidyr, webshot2 URL: http://christophertkenny.com/planscorer/, https://github.com/christopherkenny/planscorer BugReports: https://github.com/christopherkenny/planscorer/issues Suggests: httptest2, spelling, testthat (>= 3.0.0) Config/testthat/edition: 3 Config/Needs/website: christopherkenny/ctktemplate Language: en-US Depends: R (>= 4.1.0) Config/pak/sysreqs: libabsl-dev chromium cmake libgdal-dev gdal-bin libgeos-dev make libicu-dev libuv1-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-05-01 16:15:24 UTC RemoteUrl: https://github.com/christopherkenny/planscorer RemoteRef: HEAD RemoteSha: 27aea5b26bf39216b570a9ca80d65b24630462d9 NeedsCompilation: no Packaged: 2026-05-31 06:25:22 UTC; root Author: Christopher T. Kenny [aut, trl, cre] (R port, ORCID: ), Michal Migurski [aut] (python original, https://github.com/PlanScore/PlanScore-CLI), Cory McCartan [art] (ORCID: ) Maintainer: Christopher T. Kenny