Unified Parallel and Distributed Processing in R for Everyone


[Up] [Top]

Documentation for package ‘future’ version 1.21.0

Help Pages

%->% Create a future
%<-% Create a future
%conditions% Control whether standard output should be captured or not
%globals% Specify globals and packages for a future assignment
%label% Specify label for a future assignment
%lazy% Control lazy / eager evaluation for a future assignment
%packages% Specify globals and packages for a future assignment
%plan% Use a specific plan for a future assignment
%seed% Set random seed for future assignment
%stdout% Control whether standard output should be captured or not
%tweak% Temporarily tweaks the arguments of the current strategy
as.cluster Functions Moved to 'parallelly'
autoStopCluster Functions Moved to 'parallelly'
availableCores Functions Moved to 'parallelly'
availableWorkers Functions Moved to 'parallelly'
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
clusterExportSticky Export globals to the sticky-globals environment of the cluster nodes
future Create a future
futureAssign Create a future
futureCall Create a future
futureOf Get the future of a future variable
futures Get all futures in a container
makeClusterMPI Functions Moved to 'parallelly'
makeClusterPSOCK Functions Moved to 'parallelly'
makeNodePSOCK Functions Moved to 'parallelly'
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
nbrOfFreeWorkers Get the number of workers available
nbrOfWorkers Get the number of workers available
plan Plan how to resolve a future
re-exports Functions Moved to 'parallelly'
remote Create a remote future whose value will be resolved asynchronously in a remote process
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
signalConditions Signals Captured Conditions
supportsMulticore Functions Moved to 'parallelly'
transparent Create a sequential future whose value will be in the current R session
tweak Tweak a future function by adjusting its default arguments
uniprocess 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
value.environment The value of a future or the values of all elements in a container
value.Future The value of a future or the values of all elements in a container
value.list The value of a future or the values of all elements in a container
value.listenv The value of a future or the values of all elements in a container
values The value of a future or the values of all elements in a container