-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.76 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: cmapplot
Title: CMAP Themes and Color Palettes
Version: 1.2.2
Authors@R: c(
person("Daniel", "Comeaux",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8412-9092")),
person("Sarah", "Buchhorn",
role = "aut",
email = "[email protected]"),
person("Martin", "Menninger",
role = "aut",
email = "[email protected]"),
person("Noel", "Peterson",
role = "aut",
comment = c(ORCID = "0000-0003-1290-2362")),
person("Greta", "Ritzenthaler",
role = "aut",
email = "[email protected]"),
person("Matthew", "Stern",
role = "aut",
comment = c(ORCID = "0000-0001-9119-2121")),
person("Sean", "Connelly",
role = "aut",
email = "[email protected]"),
person("Chicago Metropolitan Agency for Planning",
role = c("cph", "fnd")))
Description: Provides themes and color scales for 'ggplot2', based on Chicago
Metropolitan Agency for Planning (CMAP) design guidelines.
URL: https://cmap-repos.github.io/cmapplot, https://github.com/CMAP-REPOS/cmapplot
BugReports: https://github.com/CMAP-REPOS/cmapplot/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0),
ggplot2
Imports:
dplyr,
generics,
ggpubr,
glue,
graphics,
grDevices,
grid,
gridExtra,
gridtext,
lubridate,
magrittr,
purrr,
ragg,
Rcpp,
rlang,
rstudioapi,
scales,
stringr,
systemfonts,
tibble
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
tidyverse
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3