Skip to content

Commit

Permalink
Fix an example
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Nov 29, 2023
1 parent 3ba5dd3 commit 4c28076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion man/parse_file_or_name.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c28076

Please sign in to comment.