Last updated on 2026-06-06 03:59:17 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 44.38 | 193.62 | 238.00 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 27.72 | 140.54 | 168.26 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 68.00 | 332.06 | 400.06 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 72.00 | 296.07 | 368.07 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 46.00 | 189.00 | 235.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 33.19 | 185.06 | 218.25 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 33.65 | 187.68 | 221.33 | 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 | 47.00 | 188.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 | 59.00 | 261.00 | 320.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/13s]
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.0191 - 0.0088 [1]
[2] 0.0203 - 0.0117 [2]
[3] 0.3390 - 0.2527 [3]
[4] 0.1101 - 0.1009 [4]
[5] 0.0788 - 0.0000 [5]
[6] 0.4857 - 0.0406 [6]
[7] 0.0840 - 0.0267 [7]
[8] 0.6152 - 0.5292 [8]
[9] 0.6761 - 0.6402 [9]
[10] 0.4477 - 0.0959 [10]
── Failure ('test-SCA.R:35:3'): spaco works ────────────────────────────────────
Expected `test_more$score` to equal `test_more_Matrix$score`.
Differences:
actual | expected
[1] 0.02731 - 0.02298 [1]
[2] 0.11418 - 0.03834 [2]
[3] 0.00929 - 0.00526 [3]
[4] 0.16588 - 0.00482 [4]
[5] 0.02256 - 0.00353 [5]
[6] 0.69043 - 0.17280 [6]
[7] 0.01960 - 0.01947 [7]
[8] 0.61605 - 0.39871 [8]
[9] 0.50937 - 0.44710 [9]
[10] 0.50826 - 0.26888 [10]
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang