Skip to content

Commit

Permalink
Don't run the 'array_submit' example that automatically finds failed …
Browse files Browse the repository at this point in the history
…task IDs
  • Loading branch information
Nick-Eagles committed Oct 4, 2023
1 parent 179517d commit 03f41d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/array_submit.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
#' )
#'
#' ## Or omit 'task_ids' to automatically grab those same failed task IDs
#' array_submit(
#' job_bash = paste0(job_name, ".sh"),
#' submit = FALSE
#' )
#' # array_submit(
#' # job_bash = paste0(job_name, ".sh"),
#' # submit = FALSE
#' # )
#' })
#'
array_submit <- function(job_bash, task_ids = NULL, submit = FALSE, restore = TRUE, verbose = FALSE) {
Expand Down

0 comments on commit 03f41d6

Please sign in to comment.