Package: mcparallelDo
Type: Package
Title: A Simplified Interface for Running Commands on Parallel
        Processes
Version: 1.1.0
Date: 2016-07-26
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, covr
RoxygenNote: 5.0.1
Imports: parallel, R.utils, checkmate (>= 1.6.3), R6
URL: https://github.com/drknexus/mcparallelDo
BugReports: https://github.com/drknexus/mcparallelDo/issues
NeedsCompilation: no
Packaged: 2016-07-24 16:50:52 UTC; russellpierce
Repository: CRAN
Date/Publication: 2016-07-24 19:43:57
Built: R 4.2.0; ; 2022-03-22 13:06:10 UTC; unix
