Skip to content

Commit f6b41d1

Browse files
NEWS: reorder
1 parent d26bcfe commit f6b41d1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

NEWS.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77

88
## New Features
99

10-
* Batchtools future backends gained argument `delete` for controlling
11-
if and when batchtools futures should be deleted from the file
12-
system. Supported values are `"on-success"`, `"never"` and
13-
`"always"`. The default value can be set via R option
14-
`future.batchtools.delete`.
15-
1610
* Most types of batchtools future can now be interrupted, including
1711
`batchtools_multicore` and all job-scheduler backends, e.g.
1812
`batchtools_sge` and `batchtools_slurm`.
@@ -56,15 +50,21 @@
5650
should help with any troubleshooting, especially when getting
5751
started.
5852

53+
* Batchtools future backends gained argument `delete` for controlling
54+
if and when batchtools futures should be deleted from the file
55+
system. Supported values are `"on-success"`, `"never"` and
56+
`"always"`. The default value can be set via R option
57+
`future.batchtools.delete`.
58+
5959
## Documentation
6060

61+
* Add explicit **batchtools** arguments `scheduler.latency` and
62+
`fs.latency` to batchtools backends, where applicable.
63+
6164
* Add `timeout <runtime> ...` to the default `batchtools_bash`
6265
template script to illustrate how to control this runtime via the
6366
backend `resources` argument.
6467

65-
* Add explicit **batchtools** arguments `scheduler.latency` and
66-
`fs.latency` to batchtools backends, where applicable.
67-
6868
## Bug Fixes
6969

7070
* Calling `value()` on a terminated batchtools job could take a very

0 commit comments

Comments
 (0)