diff --git a/DESCRIPTION b/DESCRIPTION index 5cec07e..8a36358 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -14,7 +14,7 @@ URL: https://github.com/LieberInstitute/slurmjobs BugReports: https://support.bioconductor.org/tag/slurmjobs Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.2 Suggests: BiocStyle, knitr, diff --git a/R/job_single.R b/R/job_single.R index 40957d7..655bb53 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 (https://jhpce.jhu.edu/knowledge-base/setting-a-time-limit-for-your-slurm-job-on-jhpce/). +#' 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 3f18bc8..e3175a2 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 (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/knowledge-base/setting-a-time-limit-for-your-slurm-job-on-jhpce/}).} \item{email}{The email reporting option for the email address ("BEGIN", "END", "FAIL", or "ALL")}