-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
54 lines (54 loc) · 1.09 KB
/
DESCRIPTION
File metadata and controls
54 lines (54 loc) · 1.09 KB
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
Package: grattantheme
Type: Package
Title: Create Graphs in the Grattan Institute Style
Version: 1.6
Authors@R: c(
person("Matt", "Cowgill",
role = c("aut")),
person(given = "Will", family = "Mackey",
role = c("aut")),
person(given = "Grattan Institute",
email = "info@grattan.edu.au",
role = c("cre")))
Description: Enables the user to create ggplot2 charts that conform
to the Grattan Institute style guide.
License: MIT + file LICENSE
Depends: R (>= 3.5.0)
Imports:
dplyr,
ggrepel (>= 0.8.0),
ggplot2 (>= 4.0.0),
glue,
grDevices,
gridtext,
fs,
jsonlite,
lifecycle,
ragg,
patchwork (>= 1.0.0),
purrr (>= 0.3.0),
officer,
openxlsx (>= 4.1.0.1),
rstudioapi,
rvg,
rlang,
scales,
stringr,
systemfonts,
utils,
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
assertthat,
clipr,
covr,
ggtext,
gridExtra,
knitr,
magick,
png,
rmarkdown (>= 1.12),
testthat (>= 3.0.0),
vdiffr