Implementation of the Future API on top of the 'BatchJobs' 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)'. NOTE: The 'BatchJobs' package is deprecated in favor of the 'batchtools' package. Because of this, it is recommended to use the 'future.batchtools' package instead of this package.
Version: | 0.16.2 |
Depends: | R (≥ 3.2.0), future (≥ 1.14.0) |
Imports: | BatchJobs (≥ 1.8), R.utils |
Suggests: | future.apply, listenv, markdown, R.rsp |
Published: | 2019-09-29 |
Author: | Henrik Bengtsson [aut, cre, cph] |
Maintainer: | Henrik Bengtsson <henrikb at braju.com> |
BugReports: | https://github.com/HenrikBengtsson/future.BatchJobs/issues |
License: | LGPL-2.1 | LGPL-3 [expanded from: LGPL (≥ 2.1)] |
URL: | https://github.com/HenrikBengtsson/future.BatchJobs |
NeedsCompilation: | no |
Materials: | NEWS |
In views: | HighPerformanceComputing |
CRAN checks: | future.BatchJobs results |
Reference manual: | future.BatchJobs.pdf |
Vignettes: |
A Future for BatchJobs |
Package source: | future.BatchJobs_0.16.2.tar.gz |
Windows binaries: | r-devel: future.BatchJobs_0.16.2.zip, r-release: future.BatchJobs_0.16.2.zip, r-oldrel: future.BatchJobs_0.16.2.zip |
macOS binaries: | r-release: future.BatchJobs_0.16.2.tgz, r-oldrel: future.BatchJobs_0.16.2.tgz |
Old sources: | future.BatchJobs archive |
Please use the canonical form https://CRAN.R-project.org/package=future.BatchJobs to link to this page.