future.callr {future.callr} | R Documentation |
future.callr: A Future for callr
Description
The future.callr package implements the Future API on top of callr. The Future API is defined by the future package.
Details
To use callr futures, load future.callr, and
select the type of future you wish to use, e.g. plan(callr)
.
Author(s)
Maintainer: Henrik Bengtsson henrikb@braju.com (ORCID) [copyright holder]
See Also
Useful links:
Report bugs at https://github.com/futureverse/future.callr/issues
Examples
plan(callr)
demo("mandelbrot", package = "future", ask = FALSE)
[Package future.callr version 0.10.1 Index]