Skip to content

Commit 4fc935b

Browse files
NEWS: tweaks [ci skip]
1 parent 7119a34 commit 4fc935b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

NEWS.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
## New Features
88

99
* Add support for controlling the 'Rscript' call in the built-in job
10-
script templates. This can be done via fields 'rscript' and
11-
'rscript_args' of the 'resources' argument.
10+
script templates. This can be done via fields `rscript` and
11+
`rscript_args` of the `resources` argument.
1212

1313
* Add support for setting environment variables in the built-in job
14-
script templates. This can be done via field 'envs'.
14+
script templates. This can be done via field `envs` of the
15+
`resources` argument.
1516

1617
* The built-in job script templates assert that the `Rscript`
1718
launcher is found, and if not, they give an informative error
@@ -29,6 +30,11 @@
2930
from stdout, which prevents auxillary INFO messages from `sbatch`
3031
to corrupt the output to be parsed.
3132

33+
## Documentation
34+
35+
* Add example on how to configure `batchtools_slurm()` to run R
36+
within a Linux container.
37+
3238
## Bug Fixes
3339

3440
`batchtools_slurm()` would produce "Future of class

0 commit comments

Comments
 (0)