Skip to content

mcparallelDo

A Simplified Interface for Running Commands on Parallel Processes

v1.1.0 · Jul 24, 2016 · GPL-2

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

Downloads

CRAN

238

Last 30 days

18295th

560

Last 90 days

2.3K

Last year

Trend: +83.1% (30d vs prior 30d)

r2u CRAN

9

Last 30 days

23

Last 90 days

98

Last year

Trend: -35.7% (30d vs prior 30d)

autoCRAN

3

Last 7 days

7

Last 30 days

0

All-time

autoCRAN-only: this name is served only by autoCRAN, so the count is exact.

CRAN Check Status

2 NOTE
11 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (2 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Russell S. Pierce <russell.s.pierce@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = c("Russell", "S."),
                    family = "Pierce",
                    role = c("aut", "cre"),
                    email = "russell.s.pierce@gmail.com")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Russell S. Pierce <russell.s.pierce@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = c("Russell", "S."),
                    family = "Pierce",
                    role = c("aut", "cre"),
                    email = "russell.s.pierce@gmail.com")
as necessary.

Check History

NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Russell S. Pierce <russell.s.pierce@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = c("Russell", "S."),
                    family = "Pierce",
                    role = c("aut", "cre"),
                    email = "russell.s.pierce@gmail.com")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Russell S. Pierce <russell.s.pierce@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = c("Russell", "S."),
                    family = "Pierce",
                    role = c("aut", "cre"),
                    email = "russell.s.pierce@gmail.com")
as necessary.

Dependency Network

Dependencies Reverse dependencies R.utils checkmate R6 mcparallelDo

Version History

3 tracked
new 1.1.0 Mar 10, 2026
updated 1.1.0 ← 1.0.0 diff Jul 23, 2016
new 1.0.0 Dec 8, 2015