Package: voteogram Type: Package Title: United States House and Senate Voting Cartogram Generators Version: 0.3.2 Date: 2023-03-08 Authors@R: c( person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5670-2640")), person("ProPublica", comment = "Cartogram SVGs used to make the plot data.frames", role = c("cph")), person("GovTrack", comment = "Cartogram SVG used to make the plot data.frame", role = c("cph")) ) Maintainer: Bob Rudis Description: 'ProPublica' makes United States Congress member votes available and has developed their own unique cartogram to visually represent this data. Tools are provided to retrieve voting data, prepare voting data for plotting with 'ggplot2', create vote cartograms and theme them. URL: https://github.com/hrbrmstr/voteogram BugReports: https://github.com/hrbrmstr/voteogram/issues Encoding: UTF-8 License: AGPL Suggests: testthat, covr, knitr, rmarkdown Depends: R (>= 3.2.0) Imports: ggplot2 (>= 3.4.1), dplyr, scales, jsonlite, tibble, utils RoxygenNote: 7.2.1 VignetteBuilder: knitr Repository: https://hrbrmstr.r-universe.dev Date/Publication: 2023-03-08 12:05:08 UTC RemoteUrl: https://github.com/hrbrmstr/voteogram RemoteRef: HEAD RemoteSha: 9e827915ace712a73cc1fe672311ec0264c26630 NeedsCompilation: no Packaged: 2026-06-17 11:10:48 UTC; root Author: Bob Rudis [aut, cre] (ORCID: ), ProPublica [cph] (Cartogram SVGs used to make the plot data.frames), GovTrack [cph] (Cartogram SVG used to make the plot data.frame)