CRAN
mcparallelDo 1.1.0
A Simplified Interface for Running Commands on Parallel Processes
Released Jul 24, 2016 by Russell S. Pierce
This package cannot yet be used with Renjin it depends on other packages which are not available: R.utils 2.6.0
Dependencies
R.utils 2.6.0 R6 2.2.2 checkmate 1.8.5
Provides a function that wraps mcparallel() and mccollect() from 'parallel' with temporary variables and a task handler. Wrapped in this way the results of an mcparallel() call can be returned to the R session when the fork is complete without explicitly issuing a specific mccollect() to retrieve the value. Outside of top-level tasks, multiple mcparallel() jobs can be retrieved with a single call to mcparallelDoCheck().