CRAN Package Check Results for Package fnets

Last updated on 2024-04-24 23:00:20 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.6 9.88 109.45 119.33 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.6 8.21 82.22 90.43 OK
r-devel-linux-x86_64-fedora-clang 0.1.6 142.38 OK
r-devel-linux-x86_64-fedora-gcc 0.1.6 143.73 OK
r-devel-windows-x86_64 0.1.6 11.00 147.00 158.00 OK
r-patched-linux-x86_64 0.1.6 10.56 103.57 114.13 OK
r-release-linux-x86_64 0.1.6 9.02 103.09 112.11 OK
r-release-macos-arm64 0.1.6 74.00 OK
r-release-macos-x86_64 0.1.6 173.00 OK
r-release-windows-x86_64 0.1.6 9.00 147.00 156.00 OK
r-oldrel-macos-arm64 0.1.6 76.00 OK
r-oldrel-macos-x86_64 0.1.6 164.00 OK
r-oldrel-windows-x86_64 0.1.6 13.00 180.00 193.00 OK

Check Details

Version: 0.1.6
Check: tests
Result: ERROR Running ‘testthat.R’ [17s/81s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(fnets) > > test_check("fnets") [ FAIL 1 | WARN 0 | SKIP 9 | PASS 2 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-idio.R:11:3', 'test-idio.R:25:3', 'test-idio.R:40:3', 'test-idio.R:51:3', 'test-idio.R:60:3' • empty test (4): 'test-common.R:12:1', 'test-common.R:16:1', 'test-common.R:20:1', 'test-omega.R:20:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-fnets.R:10:1'): (code run outside of `test_that()`) ──────────── Error in `serverSocket(port = port)`: creation of server socket failed: port 11728 cannot be opened Backtrace: ▆ 1. └─fnets::fnets(...) at test-fnets.R:10:1 2. ├─base::ifelse(...) 3. └─fnets::par.lrpc(...) 4. └─fnets:::direct.cv(...) 5. └─fnets:::direct.inv.est(...) 6. └─parallel::makePSOCKcluster(n.cores) 7. └─base::serverSocket(port = port) [ FAIL 1 | WARN 0 | SKIP 9 | PASS 2 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang