Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-run internal data scripts #110

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: strayr
Type: Package
Title: Ready-to-use Australian common structures and classifications and tools for working with them
Version: 0.2.2.9001
Version: 0.2.2.9002
Authors@R: c(person("Will", "Mackey", email = "[email protected]", role = c("aut", "cre")),
person("Matt", "Johnson", email = "[email protected]", role = c("aut")),
person("David", "Diviny", email = "[email protected]", role = c("aut")),
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
`absmapsdata` similarly to `read_absmap()`
* updated `anzsco2006` to include leading zeros in codes (see ). This is a backwards incompatible change that may cause issues (not enough for a major version progression)
* fixed duplication in auholidays
* Updated auholidays

# strayr 0.2.2
* `anzsco2022` updated to reflect changes made by the ABS
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
2 changes: 2 additions & 0 deletions data-raw/_run_all.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ usethis::use_data(anzsco_dictionary,
usethis::use_data(palette_state_name_2016,
state_name_au,
state_abb_au,
auholidays,
internal = FALSE,
overwrite = TRUE)
3 changes: 2 additions & 1 deletion data-raw/create_au_holidays.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ auholidays <- raw_data %>%
Jurisdiction = coalesce(`Applicable To`, Jurisdiction),
Jurisdiction = str_to_upper(Jurisdiction)
) |>
distinct()
distinct() |>
arrange(Date, Jurisdiction)

usethis::use_data(auholidays, internal = FALSE, overwrite = TRUE)
Binary file modified data/anzsco2009.rda
Binary file not shown.
Binary file modified data/anzsco2013.rda
Binary file not shown.
Binary file modified data/anzsco2019.rda
Binary file not shown.
Binary file modified data/anzsco2021.rda
Binary file not shown.
Binary file modified data/anzsco2022.rda
Binary file not shown.
Binary file modified data/anzsic2006.rda
Binary file not shown.
Binary file modified data/anzsic_isic.rda
Binary file not shown.
Binary file modified data/asced_foe2001.rda
Binary file not shown.
Binary file modified data/asced_qual2001.rda
Binary file not shown.
Binary file modified data/auholidays.rda
Binary file not shown.
Binary file modified data/palette_state_name_2016.rda
Binary file not shown.
Binary file modified data/school_terms.rda
Binary file not shown.
Binary file modified data/state_abb_au.rda
Binary file not shown.
Binary file modified data/state_name_au.rda
Binary file not shown.
Loading