Skip to content

Commit 5a250e0

Browse files
README: Simplify example further [ci skip]
1 parent 5054392 commit 5a250e0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ library(future)
138138
# specifying 'r/4.5.1', 'module load r/4.5.1' will be added to
139139
# the submitted job script.
140140
plan(future.batchtools::batchtools_slurm, resources = list(
141-
time = "00:10:00", mem = "400M",
142-
asis = c("--nodes=1", "--ntasks=4"),
141+
time = "00:10:00", mem = "400M", nodes=1, ntasks=4,
143142
modules = c("r/4.5.1")
144143
))
145144

vignettes/future.batchtools.md.rsp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ library(future)
152152
# specifying 'r/4.5.1', 'module load r/4.5.1' will be added to
153153
# the submitted job script.
154154
plan(future.batchtools::batchtools_slurm, resources = list(
155-
time = "00:10:00", mem = "400M",
156-
asis = c("--nodes=1", "--ntasks=4"),
155+
time = "00:10:00", mem = "400M", nodes=1, ntasks=4,
157156
modules = c("r/4.5.1")
158157
))
159158

0 commit comments

Comments
 (0)