Changes in version 0.1.12 (2025-08-18) - Fixed error introduced by the RBA changing one spreadsheet - Minor changes (\() -> function()) to avoid requiring R 4.1.0 Changes in version 0.1.11 (2024-09-27) - update_urls argument added to read_rba() to enable users to re-scrape the RBA website if necessary to obtain updated table URLs - internal data updated to reflect changes to RBA tables Changes in version 0.1.10 (2024-08-18) - Fixes for issues in RBA tables (eg. nearly-but-not-entirely empty columns in spreadsheets) - New environment variable "R_READRBA_DL_METHOD" can be set. When set, this is passed to the method argument of download.file(). Useful on networks where a method such as "wininet" must be used Changes in version 0.1.9 - Bug fixes - Fix for omitted data in May SMP forecast table Changes in version 0.1.8 (2024-02-07) - read_forecasts() / rba_forecasts() updated to work with the new SMP format Changes in version 0.1.7 (2024-01-09) - Internal metadata refreshed, reflecting changes to the tables on the RBA website. Thanks Changes in version 0.1.6 (2023-12-15) - The read_forecasts() function now returns some forecasts from the 2018-22 period that were previously erroneously omitted Changes in version 0.1.5 (2023-08-13) - Historical tables F16 and F17 cannot be loaded by read_rba() - this has now been made explicit. The ability to import these tables may be added in future. - The RBA has made various changes to its statistical tables; some changes have been made to the package to reflect these changes. Changes in version 0.1.4 (2023-02-09) - rba_forecasts() now checks to ensure there's only one distinct forecast_date-date-series combination, as duplicates can arise when forecasts from multiple sources are combined - Minor fixes to account for deprecations in dependencies Changes in version 0.1.3 (2022-06-17) - Additional checks to ensure file format (eg. "xls") matches file content (eg. "xlsx") - More examples added to vignette Changes in version 0.1.2 (2021-10-01) - refreshed internal data, update vignette and README - Forecasts in the 2014-2018 period now more complete, thanks to Angus Moore Changes in version 0.1.1 (2021-04-06) - utils::download.file() used to attempt to address corporate network problems with curl - 'www' added to URLs, to fix error encountered on some systems Changes in version 0.1.0 (2020-12-16) - Speed and stability improvements - More non-standard tables can be tidied Changes in version 0.0.4 - read_cashrate() convenience function added - Speed improvements, particularly when using series IDs Changes in version 0.0.3 - Historical and current RBA forecasts now available via rba_forecasts() - Bug fixes and speed improvements Changes in version 0.0.2 - Can now use series_id argument to read_rba() to fetch based on series ID(s) - Examine available RBA data using browse_rba_series() and browse_rba_tables() - cur_hist = "all" no longer allowed - Some non-standard tables now able to be tidied - Added a NEWS.md file to track changes to the package.