future.callr

A Future API for Parallel Processing using 'callr'

Implementation of the Future API on top of the 'callr' package. This allows you to process futures, as defined by the 'future' package, in parallel out of the box, on your local (Linux, macOS, Windows, ...) machine. Contrary to backends relying on the 'parallel' package (e.g. 'future::multisession'), the 'callr' backend provided here can run more than 125 parallel R processes.

Tests Vignettes

Available Snapshots

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

Dependencies

Imports/Depends/LinkingTo/Enhances (3)
  • R
  • future >= 1.33.0
  • callr >= 2.0.3
  • Suggests (5)
  • globals
  • future.apply
  • listenv
  • markdown
  • R.rsp
  • Version History