-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.04 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
46
47
48
49
50
Package: macrodashboard
Title: Shiny dashboard for Australian macroeconomic data
Version: 0.0.0.9000
Authors@R:
person(given = "Matt",
family = "Cowgill",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0422-3300"))
Description: Creates up-to-date visualisations of Australian macroeconomic data
that can be downloaded in a range of formats in the Grattan Institute style.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat
Imports:
grattantheme (>= 0.8.3.2.900),
patchwork,
ggplot2,
tidyr,
dplyr,
lubridate,
readr,
utils,
shiny,
purrr,
shinydashboard,
fst,
auseconhist,
shinyjs,
tsbox,
ggseas,
scales,
rlang,
readabs,
forcats,
stringr,
zoo,
ggtext,
absmapsdata,
sf
Remotes:
grattan/grattantheme,
mattcowgill/auseconhist,
wfmackey/absmapsdata
Depends:
R (>= 2.10)