Skip to content

Commit

Permalink
Use URL syntax <url>, which will be detected by pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Aug 19, 2024
1 parent fe2a851 commit 0940477
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion R/job_single.R
Original file line number Diff line number Diff line change
Expand Up @@ -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 (<https://jhpce.jhu.edu/knowledge-base/setting-a-time-limit-for-your-slurm-job-on-jhpce/>).
#' @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
Expand Down
2 changes: 1 addition & 1 deletion man/job_single.Rd

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

0 comments on commit 0940477

Please sign in to comment.