Skip to content

Commit

Permalink
Export directory list helper
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Nov 19, 2024
1 parent 667b49b commit 05a23f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hewr/NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

export(get_all_model_batch_dirs)
export(parse_model_batch_dir_name)
export(parse_model_run_dir_path)
export(to_epiweekly_quantile_table)
Expand Down
1 change: 1 addition & 0 deletions hewr/R/directory_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ parse_model_run_dir_path <- function(model_run_dir_path) {
#' @param diseases Names of the diseases to match, as a vector of strings,
#' or a single disease as a string.
#' @return A vector of paths to the forecast subdirectories.
#' @export
get_all_model_batch_dirs <- function(dir_of_batch_dirs,
diseases) {
# disease names are lowercase by convention
Expand Down

0 comments on commit 05a23f3

Please sign in to comment.