CRAN Package Check Results for Package bigparallelr

Last updated on 2024-09-10 11:53:05 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.2 2.02 29.92 31.94 OK
r-devel-linux-x86_64-debian-gcc 0.3.2 0.25 1.42 1.67 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.2 51.30 OK
r-devel-linux-x86_64-fedora-gcc 0.3.2 48.97 OK
r-devel-windows-x86_64 0.3.2 4.00 57.00 61.00 OK
r-patched-linux-x86_64 0.3.2 2.18 29.05 31.23 OK
r-release-linux-x86_64 0.3.2 2.27 29.43 31.70 ERROR
r-release-macos-arm64 0.3.2 24.00 OK
r-release-macos-x86_64 0.3.2 37.00 OK
r-release-windows-x86_64 0.3.2 4.00 58.00 62.00 OK
r-oldrel-macos-arm64 0.3.2 25.00 OK
r-oldrel-macos-x86_64 0.3.2 32.00 OK
r-oldrel-windows-x86_64 0.3.2 4.00 63.00 67.00 OK

Check Details

Version: 0.3.2
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.2
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/10s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(bigparallelr) Loading required package: foreach > > test_check("bigparallelr") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 451 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-split-parapply.R:19:3'): equality with other functions ───────── Error in `serverSocket(port = port)`: creation of server socket failed: port 11315 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) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 451 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64