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 <bob@rud.is>
Description: 'ProPublica' <https://projects.propublica.org/represent/> 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
NeedsCompilation: no
Packaged: 2023-03-08 12:04:45 UTC; hrbrmstr
Author: Bob Rudis [aut, cre] (<https://orcid.org/0000-0001-5670-2640>),
  ProPublica [cph] (Cartogram SVGs used to make the plot data.frames),
  GovTrack [cph] (Cartogram SVG used to make the plot data.frame)
Repository: CRAN
Date/Publication: 2023-03-08 12:20:02 UTC
Built: R 4.1.2; ; 2023-03-09 13:13:37 UTC; unix
