Package: planscorer
Title: Score Redistricting Plans with 'PlanScore'
Version: 0.0.3
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")
           )
Description: Provides access to the 'PlanScore' Application Programming Interface 
    (<https://github.com/PlanScore/PlanScore/blob/main/API.md>) 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
RoxygenNote: 7.3.2
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
Language: en-US
Depends: R (>= 4.1.0)
NeedsCompilation: no
Packaged: 2025-09-03 20:30:03 UTC; chris
Author: Christopher T. Kenny [aut, trl, cre] (R port, ORCID:
    <https://orcid.org/0000-0002-9386-6860>),
  Michal Migurski [aut] (python original,
    https://github.com/PlanScore/PlanScore-CLI),
  Cory McCartan [art]
Maintainer: Christopher T. Kenny <ctkenny@proton.me>
Repository: CRAN
Date/Publication: 2025-09-04 06:40:11 UTC
Built: R 4.5.2; ; 2025-11-08 04:19:51 UTC; windows
