-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
45 lines (45 loc) · 1.09 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
Package: glitr
Title: Adorned SI style plots
Version: 0.2.9
Authors@R: c(
person("Tim", "Essam", ,"[email protected]", c("aut", "cre")),
person("Aaron", "Chafetz", ,"[email protected]", c("aut")),
person("Baboyma", "Kagniniwa", ,"[email protected]", c("aut"))
)
Description: Helps create and export ggplot2 charts in the style used by
the GH OHA SI team. Includes multiple styles and themes to tweak plots
to user needs. Sample testing data also available.
License: MIT + file LICENSE
URL: https://github.com/USAID-OHA-SI/glitr, https://usaid-oha-si.github.io/glitr/
BugReports: https://github.com/USAID-OHA-SI/glitr/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)
Imports:
systemfonts,
ggplot2 (>= 3.3.0),
magrittr,
scales,
usethis,
grDevices,
cli
Suggests:
dplyr,
forcats,
ggtext,
knitr,
lifecycle,
patchwork,
purrr,
rmarkdown,
markdown,
sf,
testthat,
tidyr
Remotes:
USAID-OHA-SI/gagglr
BuildVignettes: false
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)