-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.06 KB
/
DESCRIPTION
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: ggredist
Title: Scales, Geometries, and Extensions of 'ggplot2' for Election Mapping
Version: 0.0.2
Authors@R: c(
person("Cory", "McCartan", email = "[email protected]", role = "aut"),
person("Christopher T.", "Kenny", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9386-6860")))
Description: Provides 'ggplot2' extensions for political map making. Implements
new geometries for groups of simple feature geometries. Adds palettes and scales
for red to blue color mapping and for discrete maps. Implements tools for easy
label generation and placement, automatic map coloring, and themes.
Depends:
R (>= 2.10)
Imports:
grDevices,
ggplot2,
scales,
palette
Suggests:
sf,
geos,
redist
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/alarm-redist/ggredist,
https://alarm-redist.org/ggredist/
BugReports: https://github.com/alarm-redist/ggredist/issues
Config/testthat/edition: 3
LazyData: true