Last data update: 2014.03.03

mcparallelDo

Package: mcparallelDo
Type: Package
Title: A Simplified Interface for Running Commands on Parallel
Processes
Version: 1.0.0
Date: 2015-12-07
Author: Russell S. Pierce
Maintainer: Russell S. Pierce <russell.s.pierce@gmail.com>
Description: 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().
License: GPL-2
Suggests: testthat
RoxygenNote: 5.0.1
Imports: parallel, R.utils, ArgumentCheck, R6
NeedsCompilation: no
Packaged: 2015-12-09 07:30:42 UTC; russell
Repository: CRAN
Date/Publication: 2015-12-09 11:06:36

● 0 images, 5 functions, 1 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'mcparallelDo' ...
** package 'mcparallelDo' successfully unpacked and MD5 sums checked
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'mcparallelDo'
    finding HTML links ... done
    checkIfJobStillRunning                  html  
    jobCompleteSelfDestructingHandler       html  
    mcparallelDo-package                    html  
    mcparallelDo                            html  
    mcparallelDoCheck                       html  
    mcparallelDoManagerClass                html  
** building package indices
** testing if installed package can be loaded
* DONE (mcparallelDo)
Making 'packages.html' ... done