Skip to content

Commit 1a4adf1

Browse files
tweaks [ci skip]
1 parent df38fa0 commit 1a4adf1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

R/batchtools_slurm.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ print.BatchtoolsSlurmFutureBackend <- function(x, ...) {
108108
#' info <- value(f)
109109
#' print(info)
110110
#'
111-
#' # As above, but run R within the Rocker 'r-base' Linux container;
111+
#' # As above, but use R from the Rocker 'r-base' Linux container;
112112
#' #
113113
#' # mkdir -p ~/lxc
114114
#' # apptainer build ~/lxc/rocker_r-base.sif docker://rocker/r-base
@@ -124,7 +124,6 @@ print.BatchtoolsSlurmFutureBackend <- function(x, ...) {
124124
#' plan(future.batchtools::batchtools_slurm, resources = list(
125125
#' time = "00:10:00", mem = "400M",
126126
#' asis = c("--nodes=1", "--ntasks=4", "--partition=freecycle"),
127-
#' modules = c("r", "jags"),
128127
#' details = TRUE,
129128
#' envs = c(R_LIBS_USER="~/R/rocker-%p-library/%v"),
130129
#' rscript = c("apptainer", "exec", "~/lxc/rocker_r-base.sif", "Rscript")

man/batchtools_slurm.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)