Nothing
#' @tags detritus-files
#' @tags mirai_multisession
library(future.mirai)
options(future.demo.mandelbrot.nrow = 2L)
options(future.demo.mandelbrot.resolution = 50L)
options(future.demo.mandelbrot.delay = FALSE)
message("*** Demos ...")
message("*** Mandelbrot demo of the 'future' package ...")
plan(mirai_multisession, workers = 2)
demo("mandelbrot", package = "future", ask = FALSE)
plan(sequential)
message("*** Demos ... DONE")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.