future.batchtools

A Future API for Parallel and Distributed Processing using 'batchtools'

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)'.

Tests Vignettes

Available Snapshots

This version of future.batchtools can be found in the following snapshots:

Dependencies

Imports/Depends/LinkingTo/Enhances (4)
  • R
  • parallelly
  • future >= 1.31.0
  • batchtools >= 0.9.16
  • Suggests (5)
  • globals
  • future.apply
  • listenv
  • markdown
  • R.rsp
  • Version History