Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 37 found.
[1] < 1 2 3 4 > [4]  Sort:

ClusterFuture-class (Package: future) : A cluster future is a future whose value will be resolved asynchroneously in a parallel process

A cluster future is a future whose value will be resolved asynchroneously in a parallel process
● Data Source: CranContrib
● Keywords: internal
● Alias: ClusterFuture, ClusterFuture-class, MultisessionFuture, MultisessionFuture-class
● 0 images

value.Future (Package: future) : The value of a future

Gets the value of a future. If the future is unresolved, then the evaluation blocks until the future is resolved.
● Data Source: CranContrib
● Keywords:
● Alias: value, value.Future
● 0 images

getExpression (Package: future) : Inject code for the next type of future to use for nested futures

Inject code for the next type of future to use for nested futures
● Data Source: CranContrib
● Keywords: internal
● Alias: getExpression, getExpression.Future
● 0 images

usedCores (Package: future) : Get number of cores currently used

Get number of children plus one (for the current process) used by the current R session. The number of children is the total number of subprocesses launched by this process that are still running and whose values have yet not been collected.
● Data Source: CranContrib
● Keywords: internal
● Alias: usedCores
● 0 images

resolved (Package: future) : Check whether a future is resolved or not

Check whether a future is resolved or not
● Data Source: CranContrib
● Keywords:
● Alias: resolved, resolved.default
● 0 images

MulticoreFuture-class (Package: future) : An multicore future is a future whose value will be resolved asynchroneously in a parallel process

An multicore future is a future whose value will be resolved asynchroneously in a parallel process
● Data Source: CranContrib
● Keywords: internal
● Alias: MulticoreFuture, MulticoreFuture-class
● 0 images

multisession (Package: future) : Create a multisession future whose value will be resolved asynchroneously in a parallel R session

A multisession future is a future that uses multisession evaluation, which means that its value is computed and resolved in parallel in another R session.
● Data Source: CranContrib
● Keywords:
● Alias: multisession
● 0 images

backtrace (Package: future) : Back trace the expressions evaluated before a condition was caught

Back trace the expressions evaluated before a condition was caught
● Data Source: CranContrib
● Keywords:
● Alias: backtrace
● 0 images

values (Package: future) : Gets all values in an object

Gets all values in an environment, a list, or a list environment and returns an object of the same class (and dimensions). All future elements are replaced by their corresponding value() values. For all other elements, the existing object is kept.
● Data Source: CranContrib
● Keywords:
● Alias: values
● 0 images

LazyFuture-class (Package: future) : A lazy future is a future whose value will be resolved at the time when it is requested

A lazy future is a future whose value will be resolved at the time when it is requested
● Data Source: CranContrib
● Keywords: internal
● Alias: LazyFuture, LazyFuture-class
● 0 images