-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 998 Bytes
/
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
Package: gghdx
Title: HDX Theme, Scales, and Other Conveniences for 'ggplot2'
Version: 0.1.4
Authors@R:
person(
given = "Seth",
family = "Caldwell",
email = "[email protected]",
role = c("aut", "cre", "cph")
)
Description: A Humanitarian Data Exchange (HDX) theme, color palettes, and
scales for 'ggplot2' to allow users to easily follow the HDX visual design
guide, including convenience functions for for loading and using the
Source Sans 3 font.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
ggplot2,
ggthemes,
lifecycle,
magrittr,
purrr,
rlang,
showtext,
sysfonts,
tibble
Depends:
R (>= 2.10)
LazyData: true
Suggests:
covr,
here,
knitr,
rmarkdown,
scales,
testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://github.com/OCHA-DAP/gghdx
BugReports: https://github.com/OCHA-DAP/gghdx/issues
Config/testthat/edition: 3