Package: readrba
Title: Download and Tidy Data from the Reserve Bank of Australia
Version: 0.1.2
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
RoxygenNote: 7.1.1
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
NeedsCompilation: no
Packaged: 2021-10-01 04:26:42 UTC; mcowgill
Author: Matt Cowgill [aut, cre] (<https://orcid.org/0000-0003-0422-3300>),
  Angus Moore [ctb]
Maintainer: Matt Cowgill <mattcowgill@gmail.com>
Repository: CRAN
Date/Publication: 2021-10-01 04:50:02 UTC
