From 74fc163faa2827f6df5be90d0a1666fe583f6048 Mon Sep 17 00:00:00 2001 From: lcolladotor Date: Mon, 19 Aug 2024 14:36:58 -0400 Subject: [PATCH] Update URL --- R/job_single.R | 2 +- man/job_single.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/job_single.R b/R/job_single.R index 655bb53..d004505 100644 --- a/R/job_single.R +++ b/R/job_single.R @@ -21,7 +21,7 @@ #' your job will request is `cores` multiplied by `memory`. #' @param time_limit character(1): time limit specified in a format accepted by #' the \code{--time} parameter to \code{sbatch} (e.g. "4:00:00"). Defaults to 1 -#' day, following the JHPCE default (). +#' day, following the JHPCE default (). #' @param email The email reporting option for the email address ("BEGIN", #' "END", "FAIL", or "ALL") #' @param logdir The directory to contain the log, as an absolute or relative diff --git a/man/job_single.Rd b/man/job_single.Rd index e3175a2..9053714 100644 --- a/man/job_single.Rd +++ b/man/job_single.Rd @@ -38,7 +38,7 @@ your job will request is \code{cores} multiplied by \code{memory}.} \item{time_limit}{character(1): time limit specified in a format accepted by the \code{--time} parameter to \code{sbatch} (e.g. "4:00:00"). Defaults to 1 -day, following the JHPCE default (\url{https://jhpce.jhu.edu/knowledge-base/setting-a-time-limit-for-your-slurm-job-on-jhpce/}).} +day, following the JHPCE default (\url{https://jhpce.jhu.edu/slurm/time-limits/}).} \item{email}{The email reporting option for the email address ("BEGIN", "END", "FAIL", or "ALL")}