Releases: MattCowgill/readabs
Releases · MattCowgill/readabs
Version 0.4.18
Miscellanous fixes (#269) * update internal data * Updated URLs for the read_api etc to point to the latest API endpoint… (#267) * Updated URLs for the read_api etc to point to the latest API endpoint as updated by the ABS on 29 November 2024, api.data.abs.gov.au replaced by data.api.abs.gov.au with further structural changes to the API URL required * updated test url in test suite to match updates from ABS --------- Authored-by: Christian Klettner <[email protected]> * update internal data * update sysdata * 0.4.18 * use magrittr pipe * update docs --------- Co-authored-by: Matt Cowgill <[email protected]> Co-authored-by: Christian Klettner <[email protected]>
Version 0.4.16
This minor update fixed a bug that was inadvertently introduced in the previous version of readabs. The bug would only have affected a (very?) small minority of users.
Version 0.4.15
This is a minor release.
- read_lfs_datacube() convenience function added
- New environment variable "R_READABS_DL_METHOD" can be set. When set, this is passed to the
method
argument ofdownload.file()
. Useful on networks where a method such as "wininet" must be used.
Version 0.4.13
- Added read_job_mobility()
- Added read_abs_url()
- Added a release_date argument to read_abs()
- Bug fixes
Version 0.4.12
Minor bug fixes and updates
Version 0.4.11
- New options available in read_payrolls(). Thanks to @martintburgess.
- Fixes to adapt to changes the ABS made to its time series spreadsheets without warning. Thanks to @Henry-DJPR.
- Fix to ensure read_abs_local() works with .xlsx files as well as .xlsx. Thanks to @hamgamb.
Version 0.4.9
prepare for CRAN submission (#155)
Version 0.4.8
amended URL in lifecycle badge in README
Version 0.4.7
Bug fixes
Version 0.4.6
New read_payrolls() convenience function added
New read_awe() convenience function added
Package logo added