Skip to content

Commit

Permalink
Try a third time to fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Nov 29, 2023
1 parent da6e550 commit 6ad17ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ parse_slurm_time <- function(tim) {
#'
#' acceptable_names <- c(
#' # Absolute paths/ names may be used
#' file.path(getwd(), "/some/path/to/my_script.sh"),
#' file.path(getwd(), "/some/path/to/my_script.R"),
#' file.path(getwd(), "/some/path/to/my_script"),
#' file.path(getwd(), "my_script.sh"),
#' file.path(getwd(), "my_script.R"),
#' file.path(getwd(), "my_script"),
#' # Relative paths/ names are also acceptable
#' "my_script.sh",
#' "my_script.R",
Expand Down
6 changes: 3 additions & 3 deletions 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 6ad17ad

Please sign in to comment.