diff --git a/R/utils.R b/R/utils.R index a754607..2b7554b 100644 --- a/R/utils.R +++ b/R/utils.R @@ -187,7 +187,7 @@ parse_slurm_time <- function(tim) { #' ) #' returned_scripts <- sapply( #' acceptable_names, slurmjobs:::parse_file_or_name, -#' should_exist = FALSE +#' should_exist = FALSE, r_ok = TRUE #' ) #' print(returned_scripts) parse_file_or_name <- function(name, should_exist, r_ok) { diff --git a/man/parse_file_or_name.Rd b/man/parse_file_or_name.Rd index 69dd365..32a2aea 100644 --- a/man/parse_file_or_name.Rd +++ b/man/parse_file_or_name.Rd @@ -37,7 +37,7 @@ acceptable_names <- c( ) returned_scripts <- sapply( acceptable_names, slurmjobs:::parse_file_or_name, - should_exist = FALSE + should_exist = FALSE, r_ok = TRUE ) print(returned_scripts) }