CRAN Package Check Results for Package SPACO

Last updated on 2026-07-15 09:50:56 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 40.39 200.00 240.39 OK
r-devel-linux-x86_64-debian-gcc 1.0.2 27.67 143.09 170.76 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.2 38.00 158.52 196.52 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.2 44.00 188.00 232.00 OK
r-patched-linux-x86_64 1.0.2 35.01 190.16 225.17 OK
r-release-linux-x86_64 1.0.2 35.96 189.98 225.94 OK
r-release-macos-arm64 1.0.2 10.00 43.00 53.00 OK
r-release-macos-x86_64 1.0.2 28.00 178.00 206.00 OK
r-release-windows-x86_64 1.0.2 46.00 190.00 236.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.2 57.00 252.00 309.00 OK

Check Details

Version: 1.0.2
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.04765 - 0.00230 [1] [2] 0.05979 - 0.00672 [2] [3] 0.46338 - 0.46303 [3] [4] 0.12740 - 0.09194 [4] [5] 0.42914 - 0.42872 [5] [6] 0.50234 - 0.48436 [6] [7] 0.58688 - 0.02374 [7] [8] 0.36332 - 0.02221 [8] [9] 0.56034 - 0.54139 [9] [10] 0.01859 - 0.00207 [10] ── Failure ('test-SCA.R:35:3'): spaco works ──────────────────────────────────── Expected `test_more$score` to equal `test_more_Matrix$score`. Differences: actual | expected [1] 0.11952 - 0.03785 [1] [2] 0.00538 - 0.00527 [2] [3] 0.19081 - 0.06427 [3] [4] 0.15124 - 0.12680 [4] [5] 0.31992 - 0.27030 [5] [6] 0.20135 - 0.11127 [6] [7] 0.54540 - 0.00030 [7] [8] 0.61510 - 0.22835 [8] [9] 0.50656 - 0.50567 [9] [10] 0.05944 - 0.00004 [10] [ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc