Skip to content

Commit 37b4138

Browse files
Typo on Slurm example
1 parent 54d4ceb commit 37b4138

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: future.batchtools
2-
Version: 0.12.2-9955
2+
Version: 0.12.2-9956
33
Depends:
44
R (>= 3.2.0),
55
parallelly,

R/batchtools_slurm.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ BatchtoolsSlurmFutureBackend <- function(...) {
4646
#' # Submit to the 'freecycle' partition.
4747
#' plan(future.batchtools::batchtools_slurm, resources = list(
4848
#' time = "00:10:00", mem = "400M",
49-
#' asis = c("--nodes=1", "-ntasks=4", "--partition=freecycle")
49+
#' asis = c("--nodes=1", "--ntasks=4", "--partition=freecycle")
5050
#' ))
5151
#'
5252
#' f <- future(Sys.info())

man/batchtools_slurm.Rd

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

0 commit comments

Comments
 (0)