-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 843 Bytes
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 843 Bytes
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
Package: arphit
Type: Package
Title: RBA-style R Plots
Version: 0.6.0.9000
Authors@R:
c(person(given = "Angus",
family = "Moore",
role = c("aut", "cre"),
email = "angusmoore9@gmail.com"),
person(given = "Maxwell",
family = "Sutton",
role = c("ctb"),
email = "suttonm@rba.gov.au"))
Description: Easily create RBA-style graphs using R, using a ggplot-like syntax. Supports a range of common graph types, including multipanel layouts.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
lubridate,
stringr,
dplyr,
rlang,
devEMF (>= 3.6.3),
zoo,
xts,
magick,
writexl
Suggests:
testthat (>= 2.1.0),
lintr (>= 1.0.3.9000),
tibble,
tidyr,
knitr,
rmarkdown,
covr,
pkgdown,
readxl
RoxygenNote: 6.1.1
VignetteBuilder: knitr