-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.22 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
Package: wbplot
Title: Provides ggplot2 themes and color palettes for World Bank
Version: 0.0.0.9000
Authors@R:
c(
person(
"Arthur", "Shaw",
email = "[email protected]",
role = c("aut", "cre")
),
person(
"Maryam", "Gul",
email = "[email protected]",
role = c("aut")
),
person(
"LSMS Group, World Bank",
email = "[email protected]",
role = c("cph", "fnd")
)
)
Description: A set of tools for producing plots aligned with World Bank's
visual identity. For colors, a collection of corporate colors and color
palettes derived from them. For fonts, a means of effortlessly loading
corporate fonts or, failing that, their rough equivalents.
And for plot themes, a curated set of themes tailored to the needs of
common plot types and offering toggles for common plot type-specific
choices (e.g., enable grid lines, axis titles, etc).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
fs,
ggplot2,
ggtext,
showtext,
sysfonts,
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr