Below are the R options and environment variables that are used by the future.batchtools package. See future::future.options for additional ones that apply to futures in general.
WARNING: Note that the names and the default values of these options may change in future versions of the package. Please use with care until further notice.
(a positive numeric or +Inf
)
The default number of workers available on HPC schedulers with
job queues. If not set, the value of the
R_FUTURE_BATCHTOOLS_WORKERS
environment variable is used.
(Default: 100
)
(logical)
If TRUE, batchtools will produce extra output.
If FALSE, such output will be disabled by setting batchtools
options batchtools.verbose and batchtools.progress
to FALSE.
(Default: getOption("future.debug", FALSE)
)
(a positive numeric)
When a batchtools job expires, the last few lines will be
relayed by batchtools futures to help troubleshooting.
This option controls how many lines are displayed.
(Default: 48L
)
R_FUTURE_CACHE_PATH
(character string)
An absolute or relative path specifying the root folder in which
batchtools registry folders are stored.
(Default: .future
)