R/package.R

#' future.callr: A Future for callr
#'
#' The \pkg{future.callr} package implements the Future API
#' on top of \pkg{callr}.
#' The Future API is defined by the \pkg{future} package.
#'
#' To use callr futures, load \pkg{future.callr}, and
#' select the type of future you wish to use, e.g. `plan(callr)`.
#'
#' @examples
#' \donttest{
#' plan(callr)
#' demo("mandelbrot", package = "future", ask = FALSE)
#' }
#'
#' @docType package
#' @aliases future.callr-package
#' @name future.callr
NULL

Try the future.callr package in your browser

Any scripts or data that you put into this service are public.

future.callr documentation built on Aug. 10, 2023, 1:07 a.m.