CRAN Package Check Results for Package netcutter

Last updated on 2025-10-10 01:49:13 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.1 1.99 56.13 58.12 OK
r-devel-linux-x86_64-debian-gcc 0.3.1 1.41 35.42 36.83 OK
r-devel-linux-x86_64-fedora-clang 0.3.1 93.00 OK
r-devel-linux-x86_64-fedora-gcc 0.3.1 100.80 OK
r-devel-windows-x86_64 0.3.1 4.00 65.00 69.00 OK
r-patched-linux-x86_64 0.3.1 1.99 52.46 54.45 ERROR
r-release-linux-x86_64 0.3.1 1.83 51.69 53.52 OK
r-release-macos-arm64 0.3.1 49.00 OK
r-release-macos-x86_64 0.3.1 79.00 OK
r-release-windows-x86_64 0.3.1 3.00 65.00 68.00 OK
r-oldrel-macos-arm64 0.3.1 52.00 OK
r-oldrel-macos-x86_64 0.3.1 80.00 OK
r-oldrel-windows-x86_64 0.3.1 6.00 82.00 88.00 OK

Check Details

Version: 0.3.1
Check: tests
Result: ERROR Running ‘testthat.R’ [27s/36s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(netcutter) > > test_check("netcutter") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 28 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-netcutter.R:13:3'): randomization works ────────────────────── identical(unname(m_random), unname(m)) is not FALSE `actual`: TRUE `expected`: FALSE [ FAIL 1 | WARN 0 | SKIP 0 | PASS 28 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64