U.S. 2020 Democratic Election WSJ Cartogram in R
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
810 B

Package: catchpole
Type: Package
Title: 2020 Democrat POTUS Delegate Map Tracker
Version: 0.1.1
Date: 2020-03-02
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Brian", "McGill", role = "aut",
comment = "Creator of the lovingly handcrafted basemap")
)
Maintainer: Bob Rudis <bob@rud.is>
Description: Tools to build a 2020 (D) delegate cartogram
URL: https://git.rud.is/hrbrmstr/catchpole
BugReports: https://git.rud.is/hrbrmstr/catchpole/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
covr, tinytest
Depends:
R (>= 3.4.0),
sf
Imports:
dplyr,
tidyr,
jsonlite,
purrr,
ggplot2,
hrbrthemes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2