File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11Package: future.batchtools
22==========================
33
4- Version: 0.8.1-9000 [2020-04-12 ]
4+ Version: 0.8.1-9000 [2020-04-13 ]
55
66SIGNIFICANT CHANGES:
77
@@ -12,8 +12,7 @@ NEW FEATURES:
1212
1313 * It is now possible to configure the default number of workers on the job
1414 queue of an HPC scheduler via either R option 'future.batchtools.workers'
15- or environment variable 'R_FUTURE_BATCHTOOLS_WORKERS'. The default remains
16- at an infinite number of workers (+Inf).
15+ or environment variable 'R_FUTURE_BATCHTOOLS_WORKERS'.
1716
1817 * It is now possible to configure the batchtools registries that are used by
1918 batchtools futures via new argument 'registry' to plan(). This argument
@@ -37,6 +36,8 @@ NEW FEATURES:
3736 'future.cache.path' or environment variable 'R_FUTURE_CACHE_PATH'.
3837
3938 * batchtools_custom() and BatchtoolsFuture gained argument 'conf.file'.
39+ Using plan(batchtools_custom) will now use any batchtools configuration
40+ file (an R script) found on the batchtools::findConfFile() search path.
4041
4142DOCUMENTATION:
4243
You can’t perform that action at this time.
0 commit comments