Skip to content

Commit

Permalink
update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lizihao-anu committed Aug 19, 2024
1 parent 439e430 commit 72a66f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/00-update_refs.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#'
#' @family initialisation
latest_update <- function() {
"Jun_2024"
"Sep_2024"
}

#' Previous update
Expand Down Expand Up @@ -61,7 +61,7 @@ previous_update <- function(months_ago = 3L, override = NULL) {
#'
#' @family initialisation
get_dd_period <- function() {
"Jul16_Mar24"
"Jul16_Jun24"
}

#' The latest financial year for Cost uplift setting
Expand All @@ -74,7 +74,7 @@ get_dd_period <- function() {
#'
#' @family initialisation
latest_cost_year <- function() {
"2223"
"2324"
}

#' The year list for slf to update
Expand All @@ -88,7 +88,7 @@ latest_cost_year <- function() {
#' @family initialisation
years_to_run <- function() {
fy_start_2digit <- 17
fy_end_2digit <- 23
fy_end_2digit <- 24
years_to_run <- paste0(
fy_start_2digit:fy_end_2digit,
(fy_start_2digit + 1):(fy_end_2digit + 1)
Expand Down

0 comments on commit 72a66f8

Please sign in to comment.