Last updated on 2026-07-19 02:50:52 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.2 | 38.26 | 196.94 | 235.20 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.2 | 27.47 | 135.66 | 163.13 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.2 | 70.00 | 304.26 | 374.26 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 30.00 | 124.08 | 154.08 | OK | |
| r-devel-windows-x86_64 | 1.0.2 | 47.00 | 189.00 | 236.00 | OK | |
| r-patched-linux-x86_64 | 1.0.2 | 37.09 | 188.01 | 225.10 | OK | |
| r-release-linux-x86_64 | 1.0.2 | 40.79 | 191.39 | 232.18 | ERROR | |
| 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 | 182.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 | 61.00 | 249.00 | 310.00 | OK |
Version: 1.0.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/12s]
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.23437 - 0.00074 [1]
[2] 0.14495 - 0.14418 [2]
[3] 0.01099 - 0.00127 [3]
[4] 0.13238 - 0.07398 [4]
[5] 0.38004 - 0.36147 [5]
[6] 0.11943 - 0.00769 [6]
[7] 0.33314 - 0.26288 [7]
[8] 0.30302 - 0.24365 [8]
[9] 0.42335 - 0.01131 [9]
[10] 0.75020 - 0.10137 [10]
── Failure ('test-SCA.R:35:3'): spaco works ────────────────────────────────────
Expected `test_more$score` to equal `test_more_Matrix$score`.
Differences:
actual | expected
[1] 0.4216 - 0.0797 [1]
[2] 0.1371 - 0.0981 [2]
[3] 0.2196 - 0.2075 [3]
[4] 0.2250 - 0.2181 [4]
[5] 0.0345 - 0.0329 [5]
[6] 0.1709 - 0.0404 [6]
[7] 0.5984 - 0.5303 [7]
[8] 0.0297 - 0.0266 [8]
[9] 0.2049 - 0.0559 [9]
[10] 0.3684 - 0.0628 [10]
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-linux-x86_64