CRAN Package Check Results for Package FastRet

Last updated on 2025-06-23 11:51:33 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.4 16.95 176.04 192.99 OK
r-devel-linux-x86_64-debian-gcc 1.1.4 12.37 127.77 140.14 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.4 303.99 OK
r-devel-linux-x86_64-fedora-gcc 1.1.4 285.02 OK
r-devel-windows-x86_64 1.1.4 17.00 147.00 164.00 OK
r-patched-linux-x86_64 1.1.4 17.23 165.23 182.46 OK
r-release-linux-x86_64 1.1.4 16.04 163.12 179.16 OK
r-release-macos-arm64 1.1.4 79.00 OK
r-release-macos-x86_64 1.1.4 165.00 OK
r-release-windows-x86_64 1.1.4 16.00 150.00 166.00 OK
r-oldrel-macos-arm64 1.1.4 77.00 OK
r-oldrel-macos-x86_64 1.1.4 162.00 OK
r-oldrel-windows-x86_64 1.1.4 24.00 188.00 212.00 OK

Check Details

Version: 1.1.4
Check: tests
Result: ERROR Running ‘testthat.R’ [26s/15s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(FastRet) > > test_check("FastRet") Starting 2 test processes [ FAIL 1 | WARN 0 | SKIP 0 | PASS 21 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-train_frm-lasso.R:5:5'): train_frm works if `method == 'lasso'` ── Error in `serverSocket(port = port)`: creation of server socket failed: port 11804 cannot be opened Backtrace: ▆ 1. └─FastRet::train_frm(...) at test-train_frm-lasso.R:5:5 2. └─FastRet::preprocess_data(...) 3. └─FastRet::getCDs(data, verbose, nw) 4. └─parallel::makeCluster(nw, outfile = if (verbose >= 2) "" else nullfile()) 5. └─parallel::makePSOCKcluster(names = spec, ...) 6. └─base::serverSocket(port = port) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 21 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc