Last updated on 2026-06-18 01:53:00 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 41.65 | 195.12 | 236.77 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 27.05 | 139.26 | 166.31 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 67.00 | 309.79 | 376.79 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 71.00 | 302.40 | 373.40 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 54.00 | 186.00 | 240.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 33.33 | 187.19 | 220.52 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 37.85 | 186.13 | 223.98 | 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 | 46.00 | 189.00 | 235.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 | 58.00 | 252.00 | 310.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/11s]
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.1310 - 0.1300 [1]
[2] 0.1614 - 0.0000 [2]
[3] 0.5589 - 0.5307 [3]
[4] 0.1109 - 0.0992 [4]
[5] 0.2689 - 0.2569 [5]
[6] 0.2781 - 0.1163 [6]
[7] 0.1130 - 0.0077 [7]
[8] 0.2043 - 0.1877 [8]
[9] 0.1748 - 0.0341 [9]
[10] 0.4424 - 0.0386 [10]
── Failure ('test-SCA.R:35:3'): spaco works ────────────────────────────────────
Expected `test_more$score` to equal `test_more_Matrix$score`.
Differences:
actual | expected
[1] 0.3146 - 0.1610 [1]
[2] 0.0045 - 0.0004 [2]
[3] 0.3010 - 0.2758 [3]
[4] 0.1035 - 0.1024 [4]
[5] 0.0771 - 0.0613 [5]
[6] 0.2285 - 0.0103 [6]
[7] 0.0506 - 0.0005 [7]
[8] 0.1143 - 0.0204 [8]
[9] 0.2264 - 0.0847 [9]
[10] 0.3598 - 0.0002 [10]
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc