Package: mcparallelDo 1.0.1
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().
Authors:
mcparallelDo_1.0.1.tar.gz
mcparallelDo_1.0.1.zip(r-4.5)mcparallelDo_1.0.1.zip(r-4.4)mcparallelDo_1.0.1.zip(r-4.3)
mcparallelDo_1.0.1.tgz(r-4.4-any)mcparallelDo_1.0.1.tgz(r-4.3-any)
mcparallelDo_1.0.1.tar.gz(r-4.5-noble)mcparallelDo_1.0.1.tar.gz(r-4.4-noble)
mcparallelDo_1.0.1.tgz(r-4.4-emscripten)mcparallelDo_1.0.1.tgz(r-4.3-emscripten)
mcparallelDo.pdf |mcparallelDo.html✨
mcparallelDo/json (API)
# Install 'mcparallelDo' in R: |
install.packages('mcparallelDo', repos = c('https://russellpierce.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/russellpierce/mcparalleldo/issues
Last updated 8 years agofrom:2ab16ff03c. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-win | OK | Oct 29 2024 |
R-4.5-linux | OK | Oct 29 2024 |
R-4.4-win | OK | Oct 29 2024 |
R-4.4-mac | OK | Oct 29 2024 |
R-4.3-win | OK | Oct 29 2024 |
R-4.3-mac | OK | Oct 29 2024 |
Exports:mcparallelDomcparallelDoCheck
Readme and manuals
Help Manual
Help page | Topics |
---|---|
mcparallelDo-package placeholder | mcparallelDo-package |
checkIfJobStillRunning | checkIfJobStillRunning |
jobCompleteDestructingHandler | jobCompleteSelfDestructingHandler |
mcparallelDo | mcparallelDo |
mcparallelDoCheck | mcparallelDoCheck |
The mcparallelDoManager Class and Object | mcparallelDoManager mcparallelDoManagerClass |