-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 810 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
31 lines (31 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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