mcparallelDo: A Simplified Interface for Running Commands on Parallel Processes

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().

Version: 1.1.0
Imports: parallel, R.utils, checkmate (≥ 1.6.3), R6
Suggests: testthat, covr
Published: 2016-07-24
Author: Russell S. Pierce
Maintainer: Russell S. Pierce <russell.s.pierce at gmail.com>
BugReports: https://github.com/drknexus/mcparallelDo/issues
License: GPL-2
URL: https://github.com/drknexus/mcparallelDo
NeedsCompilation: no
Materials: README NEWS ChangeLog
CRAN checks: mcparallelDo results

Documentation:

Reference manual: mcparallelDo.pdf

Downloads:

Package source: mcparallelDo_1.1.0.tar.gz
Windows binaries: r-devel: mcparallelDo_1.1.0.zip, r-release: mcparallelDo_1.1.0.zip, r-oldrel: mcparallelDo_1.1.0.zip
macOS binaries: r-release (arm64): mcparallelDo_1.1.0.tgz, r-oldrel (arm64): mcparallelDo_1.1.0.tgz, r-release (x86_64): mcparallelDo_1.1.0.tgz
Old sources: mcparallelDo archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=mcparallelDo to link to this page.