Skip to content

Releases: MattCowgill/readabs

Version 0.4.18

02 Mar 04:29
3419585
Compare
Choose a tag to compare
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

27 May 05:25
01d2f4b
Compare
Choose a tag to compare

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

27 May 02:32
47b4f9d
Compare
Choose a tag to compare

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 of download.file(). Useful on networks where a method such as "wininet" must be used.

Version 0.4.13

30 Jan 00:39
f7808e0
Compare
Choose a tag to compare
  • Added read_job_mobility()
  • Added read_abs_url()
  • Added a release_date argument to read_abs()
  • Bug fixes

Version 0.4.12

18 Apr 22:42
1eb0ab7
Compare
Choose a tag to compare

Minor bug fixes and updates

Version 0.4.11

17 Dec 00:24
873671c
Compare
Choose a tag to compare
  • 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

24 May 04:32
d242f35
Compare
Choose a tag to compare
prepare for CRAN submission (#155)

Version 0.4.8

09 Feb 06:10
Compare
Choose a tag to compare
amended URL in lifecycle badge in README

Version 0.4.7

15 Dec 05:32
8b016d5
Compare
Choose a tag to compare

Bug fixes

Version 0.4.6

20 Nov 21:19
Compare
Choose a tag to compare

New read_payrolls() convenience function added
New read_awe() convenience function added
Package logo added