diff --git a/DESCRIPTION b/DESCRIPTION index 698dc81..f5b6200 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: readabs Type: Package Title: Download and Tidy Time Series Data from the Australian Bureau of Statistics -Version: 0.4.16.906 +Version: 0.4.17 Authors@R: c( person("Matt", "Cowgill", role = c("aut", "cre"), email = "mattcowgill@gmail.com", comment = c(ORCID = "0000-0003-0422-3300")), person("Zoe", "Meers", role = "aut", email = "zoe.meers@sydney.edu.au"), @@ -9,7 +9,8 @@ Authors@R: c( person("David", "Diviny", role = "aut", email = "David.Diviny@nousgroup.com.au"), person("Hugh", "Parsonage", role = "ctb", email = "hugh.parsonage@gmail.com"), person("Kinto", "Behr", role = "ctb", email = "kinto.behr@gmail.com"), - person("Angus", "Moore", role = "ctb") + person("Angus", "Moore", role = "ctb"), + person("Francis", "Markham", role = "ctb", comment = c(ORCID = "0000-0002-4266-2569")) ) Maintainer: Matt Cowgill Description: Downloads, imports, and tidies time series data from the diff --git a/NEWS.md b/NEWS.md index f4a9d93..4206cac 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,5 @@ -# readabs development version +# readabs 0.4.17 +* New read_erp() function added thanks to Francis Markham. Loads estimated resident population data. * The experimental `readabs::read_api()` function no longer coerces columns describing the data categories to numeric. Thanks to @kletts. * read_lfs_datacube() now able to fetch modelled SA4 labour force estimates, thanks to @AngusMoore * Bug fix to read_job_mobility()