CRAN Package Check Results for Package parallelMap

Last updated on 2026-05-13 17:58:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.1 3.20 52.10 55.30 OK
r-devel-linux-x86_64-debian-gcc 1.5.1 2.08 40.78 42.86 ERROR
r-devel-linux-x86_64-fedora-clang 1.5.1 80.94 OK
r-devel-linux-x86_64-fedora-gcc 1.5.1 80.59 OK
r-devel-windows-x86_64 1.5.1 4.00 74.00 78.00 OK
r-patched-linux-x86_64 1.5.1 3.35 49.08 52.43 OK
r-release-linux-x86_64 1.5.1 2.86 49.53 52.39 OK
r-release-macos-arm64 1.5.1 1.00 19.00 20.00 OK
r-release-macos-x86_64 1.5.1 2.00 63.00 65.00 OK
r-release-windows-x86_64 1.5.1 6.00 76.00 82.00 OK
r-oldrel-macos-arm64 1.5.1 OK
r-oldrel-macos-x86_64 1.5.1 2.00 59.00 61.00 OK
r-oldrel-windows-x86_64 1.5.1 6.00 96.00 102.00 OK

Check Details

Version: 1.5.1
Check: tests
Result: ERROR Running ‘run-all.R’ [18s/20s] Running the tests in ‘tests/run-all.R’ failed. Complete output: > # FIXME: R CMD check does not run on true batch systems, but maybe it does not have to > # we can check there with 'make test' and run 'make check' locally > > library(testthat) > test_check("parallelMap") Loading required package: parallelMap Saving _problems/test_parallelLibrary-6.R Saving _problems/test_reproducibility-5.R Saving _problems/test_reproducibility-19.R [ FAIL 3 | WARN 3 | SKIP 4 | PASS 87 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test_mpi.R:7:3' • empty test (3): , , ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_parallelLibrary.R:6:3'): exported packages honor the given parallelization level ── Error in `serverSocket(port = port)`: creation of server socket failed: port 11898 cannot be opened Backtrace: ▆ 1. └─parallelMap::parallelStartSocket(1, level = "custom.test") at test_parallelLibrary.R:6:3 2. └─parallelMap::parallelStart(...) 3. └─parallel::makePSOCKcluster(names = names, ...) 4. └─base::serverSocket(port = port) ── Error ('test_reproducibility.R:5:3'): reproducibility with standard RNG kind works for 'socket' mode ── Error in `serverSocket(port = port)`: creation of server socket failed: port 11898 cannot be opened Backtrace: ▆ 1. └─parallelMap::parallelStartSocket(cpus = 2) at test_reproducibility.R:5:3 2. └─parallelMap::parallelStart(...) 3. └─parallel::makePSOCKcluster(names = names, ...) 4. └─base::serverSocket(port = port) ── Error ('test_reproducibility.R:19:3'): socket: reproducibility can be turned off ── Error in `serverSocket(port = port)`: creation of server socket failed: port 11898 cannot be opened Backtrace: ▆ 1. └─parallelMap::parallelStartSocket(cpus = 2, reproducible = FALSE) at test_reproducibility.R:19:3 2. └─parallelMap::parallelStart(...) 3. └─parallel::makePSOCKcluster(names = names, ...) 4. └─base::serverSocket(port = port) [ FAIL 3 | WARN 3 | SKIP 4 | PASS 87 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc