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)
.
Maintainer: Henrik Bengtsson henrikb@braju.com (ORCID) [copyright holder]
Useful links:
Report bugs at https://github.com/futureverse/future.callr/issues
plan(callr)
demo("mandelbrot", package = "future", ask = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.