Package: readrba Title: Download and Tidy Data from the Reserve Bank of Australia Version: 0.1.12 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 () and forecasts (). 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 Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://mattcowgill.r-universe.dev Date/Publication: 2025-08-04 22:19:00 UTC RemoteUrl: https://github.com/mattcowgill/readrba RemoteRef: HEAD RemoteSha: 15caf43016fdbdc8b36e1bb149248c75f7b29091 NeedsCompilation: no Packaged: 2026-07-04 04:45:31 UTC; root Author: Matt Cowgill [aut, cre] (ORCID: ), Angus Moore [ctb] Maintainer: Matt Cowgill