CRAN Package Check Results for Package SPACO

Last updated on 2026-06-27 12:49:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 41.28 195.80 237.08 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 28.41 138.12 166.53 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.1 71.00 294.57 365.57 OK
r-devel-windows-x86_64 1.0.1 44.00 184.00 228.00 OK
r-patched-linux-x86_64 1.0.1 38.38 188.09 226.47 OK
r-release-linux-x86_64 1.0.1 43.33 188.65 231.98 OK
r-release-macos-arm64 1.0.1 10.00 42.00 52.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 183.00 228.00 OK
r-oldrel-macos-arm64 1.0.1 9.00 48.00 57.00 OK
r-oldrel-macos-x86_64 1.0.1 28.00 174.00 202.00 OK
r-oldrel-windows-x86_64 1.0.1 59.00 252.00 311.00 OK

Check Details

Version: 1.0.1
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/8s] 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`: 0.046 0.571 0.022 0.104 0.281 0.178 0.019 0.038 0.038 0.056 `expected`: 0.082 0.638 0.209 0.628 0.367 0.588 0.199 0.069 0.160 0.342 ── Failure ('test-SCA.R:35:3'): spaco works ──────────────────────────────────── Expected `test_more$score` to equal `test_more_Matrix$score`. Differences: actual | expected [1] 0.3440 - 0.4066 [1] [2] 0.3053 - 0.3436 [2] [3] 0.0028 - 0.1548 [3] [4] 0.0269 - 0.2963 [4] [5] 0.2548 - 0.3042 [5] [6] 0.0257 - 0.1741 [6] [7] 0.5288 - 0.7091 [7] [8] 0.2766 - 0.4104 [8] [9] 0.0198 - 0.1410 [9] [10] 0.0002 - 0.0023 [10] [ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc