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 - 5 of 5 found.
[1] < 1 > [1]  Sort:

checkIfJobStillRunning (Package: mcparallelDo) : checkIfJobStillRunning

checkIfJobStillRunning
● Data Source: CranContrib
● Keywords:
● Alias: checkIfJobStillRunning
● 0 images

mcparallelDoCheck (Package: mcparallelDo) : mcparallelDoCheck

Forces a check on all mcparallelDo() jobs and returns their values to the target environment if they are complete.
● Data Source: CranContrib
● Keywords:
● Alias: mcparallelDoCheck
● 0 images

mcparallelDo (Package: mcparallelDo) : mcparallelDo

This function creates a fork, sets the variable named targetValue in the targetEnvironment to NULL, evaluates a segment of code evaluated in the fork, and the result of the fork returned in a variable named targetValue in the targetEnvironment after the next top-level command completes. If there is an error in the code, the returned variable will be a try-error. These effects are accomplished via the automatic creation and destruction of a taskCallback and other functions inside the mcparallelDoManager. If job results have to be collected before you return to the top level, use mcparallelDoCheck.
● Data Source: CranContrib
● Keywords:
● Alias: mcparallelDo
● 0 images

mcparallelDo-package (Package: mcparallelDo) : mcparallelDo-package placeholder

A repository for a variety of useful functions.
● Data Source: CranContrib
● Keywords:
● Alias: mcparallelDo-package
● 0 images

jobCompleteSelfDestructingHandler (Package: mcparallelDo) : jobCompleteDestructingHandler

Creates a callback handler function that can be added via addTaskCallback(). These functions run at the end of each completed R statement. This particular handler watches for the completion of the target job, which is created via mcparallel()
● Data Source: CranContrib
● Keywords:
● Alias: jobCompleteSelfDestructingHandler
● 0 images