File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments