Learn R Programming

future.callr (version 0.10.0)

A Future API for Parallel Processing using 'callr'

Description

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') and socket connections, the 'callr' backend provided here can run more than 125 parallel R processes.

Copy Link

Version

Install

install.packages('future.callr')

Monthly Downloads

4,084

Version

0.10.0

License

LGPL (>= 2.1)

Issues

Pull Requests

Stars

Forks

Maintainer

Henrik Bengtsson

Last Published

June 5th, 2025

Functions in future.callr (0.10.0)

CallrFutureBackend

A callr future is a future whose value will be resolved via callr
callr

callr futures
future.callr

future.callr: A Future for callr
print.CallrFuture

Prints a callr future
CallrFutureError

FutureError class for errors related to CallrFuture:s