Skip to content

Commit

Permalink
Try fixing example again by fixing non-existent paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Nov 29, 2023
1 parent 4c28076 commit da6e550
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,11 @@ parse_slurm_time <- function(tim) {
#' @examples
#'
#' acceptable_names <- c(
#' "/some/path/to/my_script.sh",
#' "/some/path/to/my_script.R",
#' "/some/path/to/my_script",
#' # 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"),
#' # Relative paths/ names are also acceptable
#' "my_script.sh",
#' "my_script.R",
#' "my_script"
Expand Down
8 changes: 5 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 da6e550

Please sign in to comment.