Implementation of the Future API on top of the 'batchtools' package. This allows you to process futures, as defined by the 'future' package, in parallel out of the box, not only on your local machine or ad-hoc cluster of machines, but also via high-performance compute ('HPC') job schedulers such as 'LSF', 'OpenLava', 'Slurm', 'SGE', and 'TORQUE' / 'PBS', e.g. 'y <- future.apply::future_lapply(files, FUN = process)'.
Version: | 0.9.0 |
Depends: | R (≥ 3.2.0), future (≥ 1.14.0) |
Imports: | batchtools (≥ 0.9.11), utils |
Suggests: | future.apply, listenv, markdown, R.rsp |
Published: | 2020-04-14 |
Author: | Henrik Bengtsson [aut, cre, cph] |
Maintainer: | Henrik Bengtsson <henrikb at braju.com> |
BugReports: | https://github.com/HenrikBengtsson/future.batchtools/issues |
License: | LGPL-2.1 | LGPL-3 [expanded from: LGPL (≥ 2.1)] |
URL: | https://github.com/HenrikBengtsson/future.batchtools |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | future.batchtools results |
Reference manual: | future.batchtools.pdf |
Vignettes: |
A Future for batchtools |
Package source: | future.batchtools_0.9.0.tar.gz |
Windows binaries: | r-devel: future.batchtools_0.9.0.zip, r-release: future.batchtools_0.9.0.zip, r-oldrel: future.batchtools_0.9.0.zip |
macOS binaries: | r-release: future.batchtools_0.9.0.tgz, r-oldrel: future.batchtools_0.9.0.tgz |
Old sources: | future.batchtools archive |
Reverse imports: | drtmle |
Reverse suggests: | batchtools, FAMoS |
Please use the canonical form https://CRAN.R-project.org/package=future.batchtools to link to this page.