CRAN Package Check Results for Package bigparallelr

Last updated on 2025-07-01 19:51:29 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.2 2.46 31.26 33.72 OK
r-devel-linux-x86_64-debian-gcc 0.3.2 1.91 25.26 27.17 OK
r-devel-linux-x86_64-fedora-clang 0.3.2 51.59 OK
r-devel-linux-x86_64-fedora-gcc 0.3.2 52.78 OK
r-devel-windows-x86_64 0.3.2 3.00 59.00 62.00 ERROR
r-patched-linux-x86_64 OK
r-release-linux-x86_64 0.3.2 2.26 29.81 32.07 OK
r-release-macos-arm64 0.3.2 28.00 OK
r-release-macos-x86_64 0.3.2 42.00 OK
r-release-windows-x86_64 0.3.2 4.00 58.00 62.00 OK
r-oldrel-macos-arm64 0.3.2 24.00 OK
r-oldrel-macos-x86_64 0.3.2 37.00 OK
r-oldrel-windows-x86_64 0.3.2 5.00 65.00 70.00 OK

Check Details

Version: 0.3.2
Check: tests
Result: ERROR Running 'testthat.R' [7s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(bigparallelr) Loading required package: foreach > > test_check("bigparallelr") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 458 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-split-parapply.R:19:3'): equality with other functions ───────── Error in `serverSocket(port = port)`: creation of server socket failed: port 11515 cannot be opened Backtrace: ▆ 1. └─bigparallelr::split_parapply(...) at test-split-parapply.R:19:3 2. ├─base::do.call(...) 3. └─bigparallelr (local) `<fn>`(ncores = 2) 4. └─parallel::makeCluster(ncores, ...) 5. └─parallel::makePSOCKcluster(names = spec, ...) 6. └─base::serverSocket(port = port) ── Error ('test-split-parapply.R:79:3'): parameter '.costs' work ─────────────── Error in `serverSocket(port = port)`: creation of server socket failed: port 11515 cannot be opened Backtrace: ▆ 1. └─bigparallelr::split_parapply(...) at test-split-parapply.R:79:3 2. ├─base::do.call(...) 3. └─bigparallelr (local) `<fn>`(ncores = 2) 4. └─parallel::makeCluster(ncores, ...) 5. └─parallel::makePSOCKcluster(names = spec, ...) 6. └─base::serverSocket(port = port) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 458 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64