Last updated on 2026-03-31 17:53:54 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 64.00 | 290.38 | 354.38 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 75.00 | 310.30 | 385.30 | ERROR | |
| r-devel-macos-arm64 | 1.0.0 | 9.00 | 53.00 | 62.00 | OK | |
| r-release-macos-arm64 | 1.0.0 | OK | ||||
| r-release-macos-x86_64 | 1.0.0 | 28.00 | 149.00 | 177.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 26.00 | 137.00 | 163.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [16s/22s]
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 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-SCA.R:28:3'): spaco works ────────────────────────────────────
Expected `test$score` to equal `test_Matrix$score`.
Differences:
actual | expected
[1] 0.0499 - 0.0651 [1]
[2] 0.2277 - 0.2317 [2]
[3] 0.0588 - 0.2713 [3]
[4] 0.1244 - 0.2274 [4]
[5] 0.0023 - 0.3167 [5]
[6] 0.0503 - 0.4835 [6]
[7] 0.0018 - 0.0073 [7]
[8] 0.0433 - 0.0609 [8]
[9] 0.0049 - 0.5637 [9]
[10] 0.4404 - 0.5344 [10]
── Failure ('test-SCA.R:35:3'): spaco works ────────────────────────────────────
Expected `test_more$score` to equal `test_more_Matrix$score`.
Differences:
actual | expected
[1] 0.0368 - 0.0666 [1]
[2] 0.2119 - 0.2208 [2]
[3] 0.0736 - 0.2986 [3]
[4] 0.1560 - 0.2495 [4]
[5] 0.0060 - 0.2633 [5]
[6] 0.0601 - 0.4924 [6]
[7] 0.0001 - 0.0141 [7]
[8] 0.0496 - 0.0698 [8]
[9] 0.0077 - 0.5297 [9]
[10] 0.3995 - 0.5072 [10]
... ... ... and 2 more ...
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 3 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc