Last updated on 2026-04-22 10:52:46 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 38.62 | 192.90 | 231.52 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 29.06 | 137.47 | 166.53 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 67.00 | 293.65 | 360.65 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 69.00 | 281.35 | 350.35 | OK | |
| r-devel-macos-arm64 | 1.0.1 | 10.00 | 54.00 | 64.00 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 45.00 | 184.00 | 229.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 39.81 | 182.74 | 222.55 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 32.39 | 180.54 | 212.93 | OK | |
| r-release-macos-arm64 | 1.0.1 | 9.00 | 48.00 | 57.00 | OK | |
| r-release-macos-x86_64 | 1.0.1 | 28.00 | 174.00 | 202.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 45.00 | 189.00 | 234.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.1 | 27.00 | 174.00 | 201.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 56.00 | 240.00 | 296.00 | ERROR |
Version: 1.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [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.37084 - 0.07491 [1]
[2] 0.29284 - 0.11308 [2]
[3] 0.17579 - 0.04778 [3]
[4] 0.12914 - 0.12844 [4]
[5] 0.06133 - 0.00429 [5]
[6] 0.42981 - 0.18399 [6]
[7] 0.11231 - 0.01420 [7]
[8] 0.21947 - 0.14135 [8]
[9] 0.13302 - 0.00626 [9]
[10] 0.12771 - 0.08099 [10]
── Failure ('test-SCA.R:35:3'): spaco works ────────────────────────────────────
Expected `test_more$score` to equal `test_more_Matrix$score`.
Differences:
actual | expected
[1] 0.3904 - 0.2235 [1]
[2] 0.2142 - 0.0234 [2]
[3] 0.0023 - 0.0000 [3]
[4] 0.3527 - 0.2394 [4]
[5] 0.2753 - 0.1968 [5]
[6] 0.6234 - 0.4268 [6]
[7] 0.1129 - 0.0573 [7]
[8] 0.2364 - 0.1091 [8]
[9] 0.2359 - 0.1553 [9]
[10] 0.0594 - 0.0164 [10]
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64