Package: apportion Title: Apportion Seats Version: 0.1.0 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("Cory", "McCartan", role = "aut", email = "mccartan@psu.edu", comment = c(ORCID = "0000-0002-6251-669X")) ) Description: Convert populations into integer number of seats for legislative bodies. Implements apportionment methods used historically and currently in the United States for reapportionment after the Census, as described in . These methods are also sometimes used for allocating seats by votes in proportional representation systems. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 2.10) Suggests: testthat (>= 3.0.0), quickr, bench LazyData: true URL: https://github.com/christopherkenny/apportion, http://christophertkenny.com/apportion/ BugReports: https://github.com/christopherkenny/apportion/issues Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/testthat/edition: 3 Config/Needs/website: christopherkenny/ctktemplate Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-07-01 07:23:49 UTC RemoteUrl: https://github.com/christopherkenny/apportion RemoteRef: HEAD RemoteSha: a9930fecadcdb45d34a5ffc027e1fe07ca309c69 NeedsCompilation: yes Packaged: 2026-07-01 10:02:18 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ), Cory McCartan [aut] (ORCID: ) Maintainer: Christopher T. Kenny