backtrace()
|
Back trace the expressions evaluated when an error was caught |
cluster()
|
Create a cluster future whose value will be resolved asynchronously in a parallel process |
future() futureCall() minifuture()
|
Create a future |
futureAssign() `%<-%` `%globals%` `%packages%` `%seed%` `%stdout%` `%conditions%` `%lazy%` `%label%` `%plan%` `%tweak%`
|
Create a future assignment |
futureOf()
|
Get the future of a future variable |
futureSessionInfo()
|
Get future-specific session information and validate current backend |
futures()
|
Get all futures in a container |
interrupt()
|
Interrupts a running future |
multicore()
|
Create a multicore future whose value will be resolved asynchronously in a forked parallel process |
multisession()
|
Create a multisession future whose value will be resolved asynchronously in a parallel R session |
nbrOfWorkers() nbrOfFreeWorkers()
|
Get the number of workers available |
plan() tweak() withPlan() localPlan()
|
Plan how to resolve a future |
reset()
|
Reset a finished, failed, or interrupted future to a lazy future |
resolve()
|
Resolve one or more futures synchronously |
resolved()
|
Check whether a future is resolved or not |
sequential()
|
Create a sequential future whose value will be in the current R session |
value()
|
The value of a future or the values of all elements in a container |
zzz-future.options future.options future.startup.script future.debug future.demo.mandelbrot.region future.demo.mandelbrot.nrow future.fork.multithreading.enable future.globals.maxSize future.globals.method future.globals.onMissing future.globals.resolve future.globals.onReference future.plan future.onFutureCondition.keepFuture future.resolve.recursive future.globalenv.onMisuse future.rng.onMisuse future.wait.alpha future.wait.interval future.wait.timeout future.output.windows.reencode future.journal future.globals.objectSize.method R_FUTURE_STARTUP_SCRIPT R_FUTURE_DEBUG R_FUTURE_DEMO_MANDELBROT_REGION R_FUTURE_DEMO_MANDELBROT_NROW R_FUTURE_FORK_MULTITHREADING_ENABLE R_FUTURE_GLOBALS_MAXSIZE R_FUTURE_GLOBALS_METHOD R_FUTURE_GLOBALS_ONMISSING R_FUTURE_GLOBALS_RESOLVE R_FUTURE_GLOBALS_ONREFERENCE R_FUTURE_PLAN R_FUTURE_ONFUTURECONDITION_KEEPFUTURE R_FUTURE_RESOLVE_RECURSIVE R_FUTURE_GLOBALENV_ONMISUSE R_FUTURE_RNG_ONMISUSE R_FUTURE_WAIT_ALPHA R_FUTURE_WAIT_INTERVAL R_FUTURE_WAIT_TIMEOUT R_FUTURE_RESOLVED_TIMEOUT R_FUTURE_OUTPUT_WINDOWS_REENCODE R_FUTURE_JOURNAL R_FUTURE_GLOBALS_OBJECTSIZE_METHOD future.cmdargs .future.R
|
Options used for futures |