future.callr {future.callr} | R Documentation |
The future.callr package implements the Future API on top of callr. The Future API is defined by the future package.
To use callr futures, load future.callr, and
select the type of future you wish to use, e.g. plan(callr)
.
plan(callr)
demo("mandelbrot", package = "future", ask = FALSE)