CRAN Package Check Results for Package SPACO

Last updated on 2026-07-06 17:52:12 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 41.18 194.84 236.02 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 29.66 135.67 165.33 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.1 62.00 310.36 372.36 OK
r-devel-linux-x86_64-fedora-gcc 1.0.2 46.00 162.58 208.58 OK
r-devel-windows-x86_64 1.0.1 45.00 188.00 233.00 OK
r-patched-linux-x86_64 1.0.1 39.73 188.71 228.44 OK
r-release-linux-x86_64 1.0.1 37.68 188.19 225.87 OK
r-release-macos-arm64 1.0.2 10.00 43.00 53.00 OK
r-release-macos-x86_64 1.0.1 27.00 172.00 199.00 OK
r-release-windows-x86_64 1.0.1 45.00 190.00 235.00 OK
r-oldrel-macos-arm64 1.0.2 9.00 47.00 56.00 OK
r-oldrel-macos-x86_64 1.0.2 28.00 171.00 199.00 OK
r-oldrel-windows-x86_64 1.0.1 59.00 269.00 328.00 OK

Check Details

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [8s/11s] 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(SPACO) > > test_check("SPACO") Saving _problems/test-SCA-28.R Saving _problems/test-SCA-35.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-SCA.R:28:3'): spaco works ──────────────────────────────────── Expected `test$score` to equal `test_Matrix$score`. Differences: actual | expected [1] 0.0252 - 0.1562 [1] [2] 0.1612 - 0.1670 [2] [3] 0.0702 - 0.1495 [3] [4] 0.1254 - 0.1354 [4] [5] 0.1159 - 0.4453 [5] [6] 0.6158 - 0.6377 [6] [7] 0.2923 - 0.3121 [7] [8] 0.5911 - 0.6209 [8] [9] 0.1205 - 0.1869 [9] [10] 0.1139 - 0.5279 [10] ── Failure ('test-SCA.R:35:3'): spaco works ──────────────────────────────────── Expected `test_more$score` to equal `test_more_Matrix$score`. Differences: actual | expected [1] 0.0625 - 0.1145 [1] [2] 0.0111 - 0.0241 [2] [3] 0.0002 - 0.0561 [3] [4] 0.4241 - 0.4338 [4] [5] 0.1083 - 0.3379 [5] [6] 0.2213 - 0.2518 [6] [7] 0.0625 - 0.0642 [7] [8] 0.3740 - 0.4013 [8] [9] 0.2567 - 0.6103 [9] [10] 0.0140 - 0.3302 [10] [ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc