-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
48 lines (48 loc) · 1.3 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
Package: readrba
Title: Download and Tidy Data from the Reserve Bank of Australia
Version: 0.1.11.900
Authors@R:
c(
person(given = "Matt",
family = "Cowgill",
role = c("aut", "cre"),
email = "mattcowgill@gmail.com",
comment = c(ORCID = "0000-0003-0422-3300")),
person(given = "Angus",
family = "Moore",
role = "ctb")
)
Description: Download up-to-date data from the Reserve Bank of Australia
in a tidy data frame. Package includes functions to download current and
historical statistical tables
(<https://www.rba.gov.au/statistics/tables/>) and forecasts
(<https://www.rba.gov.au/publications/smp/forecasts-archive.html>). Data
includes a broad range of Australian macroeconomic and financial time
series.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://mattcowgill.github.io/readrba/index.html
BugReports: https://github.com/MattCowgill/readrba/issues
Suggests:
covr,
testthat,
knitr,
rmarkdown,
markdown,
ggplot2
Imports:
readxl (>= 1.3.0),
tidyr (>= 1.0.0),
dplyr (>= 1.0.0),
purrr,
rlang,
xml2,
rvest (>= 0.3.6),
stringr,
httr,
lubridate
Depends:
R (>= 3.6.0)
VignetteBuilder: knitr