CRAN Package Check Results for Package SPACO

Last updated on 2026-05-12 20:50:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 40.25 194.01 234.26 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 26.37 134.76 161.13 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.1 66.00 288.45 354.45 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 74.00 302.96 376.96 OK
r-devel-windows-x86_64 1.0.1 44.00 184.00 228.00 OK
r-patched-linux-x86_64 1.0.1 33.55 183.50 217.05 OK
r-release-linux-x86_64 1.0.1 34.69 182.32 217.01 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 43.00 182.00 225.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 57.00 248.00 305.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 | expected [1] 0.69318 - 0.76533 [1] [2] 0.20439 - 0.27748 [2] [3] 0.00150 - 0.04588 [3] [4] 0.02160 - 0.40188 [4] [5] 0.01320 - 0.01340 [5] [6] 0.37097 - 0.46087 [6] [7] 0.31929 - 0.38830 [7] [8] 0.01816 - 0.07608 [8] [9] 0.05556 - 0.34176 [9] [10] 0.54163 - 0.61844 [10] ── Failure ('test-SCA.R:35:3'): spaco works ──────────────────────────────────── Expected `test_more$score` to equal `test_more_Matrix$score`. Differences: actual | expected [1] 0.6351026 - 0.6473590 [1] [2] 0.2699580 - 0.2699598 [2] [3] 0.0211084 - 0.4460689 [3] [4] 0.0521827 - 0.1426394 [4] [5] 0.0106093 - 0.0968129 [5] [6] 0.0678823 - 0.4138247 [6] [7] 0.1918702 - 0.1939990 [7] [8] 0.0493534 - 0.0946227 [8] [9] 0.0369709 - 0.3304936 [9] [10] 0.3174628 - 0.4162140 [10] [ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc