Last updated on 2026-07-03 23:57:08 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 41.18 | 194.84 | 236.02 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 29.34 | 145.27 | 174.61 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 62.00 | 310.36 | 372.36 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 71.00 | 294.57 | 365.57 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 45.00 | 182.00 | 227.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 39.73 | 188.71 | 228.44 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 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 | 48.00 | 181.00 | 229.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 | 64.00 | 246.00 | 310.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/10s]
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.16057 - 0.46844 [1]
[2] 0.26746 - 0.29956 [2]
[3] 0.33076 - 0.34247 [3]
[4] 0.00090 - 0.15194 [4]
[5] 0.07810 - 0.43811 [5]
[6] 0.06667 - 0.06705 [6]
[7] 0.09679 - 0.34930 [7]
[8] 0.34213 - 0.57946 [8]
[9] 0.00000 - 0.46440 [9]
[10] 0.11051 - 0.41404 [10]
── Failure ('test-SCA.R:35:3'): spaco works ────────────────────────────────────
Expected `test_more$score` to equal `test_more_Matrix$score`.
Differences:
actual | expected
[1] 0.18222 - 0.29545 [1]
[2] 0.06682 - 0.10916 [2]
[3] 0.05216 - 0.28255 [3]
[4] 0.07897 - 0.27080 [4]
[5] 0.23930 - 0.23973 [5]
[6] 0.01854 - 0.15789 [6]
[7] 0.00306 - 0.46847 [7]
[8] 0.46174 - 0.46429 [8]
[9] 0.00125 - 0.31624 [9]
[10] 0.00001 - 0.07393 [10]
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc