Last updated on 2026-07-18 05:50:32 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 | 29.47 | 144.95 | 174.42 | ERROR | |
| 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 | 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 | 44.00 | 186.00 | 230.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’ [7s/9s]
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.38661 - 0.37842 [1]
[2] 0.34695 - 0.00082 [2]
[3] 0.09313 - 0.00546 [3]
[4] 0.20865 - 0.13416 [4]
[5] 0.45989 - 0.06954 [5]
[6] 0.15812 - 0.00745 [6]
[7] 0.49867 - 0.25690 [7]
[8] 0.02729 - 0.02233 [8]
[9] 0.41425 - 0.28865 [9]
[10] 0.24199 - 0.24118 [10]
── Failure ('test-SCA.R:35:3'): spaco works ────────────────────────────────────
Expected `test_more$score` to equal `test_more_Matrix$score`.
Differences:
actual | expected
[1] 0.25630 - 0.22111 [1]
[2] 0.56717 - 0.07865 [2]
[3] 0.07697 - 0.04375 [3]
[4] 0.28343 - 0.06108 [4]
[5] 0.07765 - 0.00960 [5]
[6] 0.12833 - 0.12259 [6]
[7] 0.36035 - 0.04174 [7]
[8] 0.12476 - 0.08496 [8]
[9] 0.36563 - 0.30694 [9]
[10] 0.10122 - 0.10108 [10]
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc