CRAN Package Check Results for Package SPACO

Last updated on 2026-08-24 07:53:54 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 40.85 195.69 236.54 OK
r-devel-linux-x86_64-debian-gcc 1.0.2 29.56 137.43 166.99 OK
r-devel-linux-x86_64-fedora-clang 1.0.2 33.00 139.29 172.29 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.2 29.00 127.45 156.45 OK
r-devel-windows-x86_64 1.0.2 49.00 254.00 303.00 OK
r-patched-linux-x86_64 1.0.2 37.67 188.53 226.20 OK
r-release-linux-x86_64 1.0.2 36.81 188.97 225.78 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 44.00 184.00 228.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 253.00 310.00 OK

Check Details

Version: 1.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/24s] 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.01640 - 0.01650 [1] [2] 0.00582 - 0.55755 [2] [3] 0.07833 - 0.09387 [3] [4] 0.53793 - 0.55953 [4] [5] 0.04367 - 0.20487 [5] [6] 0.02772 - 0.08620 [6] [7] 0.15942 - 0.52478 [7] [8] 0.38145 - 0.45672 [8] [9] 0.00622 - 0.41871 [9] [10] 0.48842 - 0.69885 [10] ── Failure ('test-SCA.R:35:3'): spaco works ──────────────────────────────────── Expected `test_more$score` to equal `test_more_Matrix$score`. Differences: actual | expected [1] 0.0184 - 0.0725 [1] [2] 0.0363 - 0.3573 [2] [3] 0.0702 - 0.4916 [3] [4] 0.2953 - 0.4944 [4] [5] 0.2701 - 0.3617 [5] [6] 0.0656 - 0.1000 [6] [7] 0.0235 - 0.0533 [7] [8] 0.1644 - 0.1716 [8] [9] 0.3825 - 0.4332 [9] [10] 0.2752 - 0.6770 [10] [ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang