Releases: MattCowgill/readabs
Releases · MattCowgill/readabs
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
Version 0.4.5.1
Minor test fixes