Last updated on 2026-05-09 15:50:16 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 39.26 | 194.24 | 233.50 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 24.94 | 131.90 | 156.84 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 65.00 | 300.42 | 365.42 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 71.00 | 287.77 | 358.77 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 44.00 | 186.00 | 230.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 33.55 | 183.50 | 217.05 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 37.84 | 181.38 | 219.22 | 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 | 44.00 | 179.00 | 223.00 | ERROR | |
| 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 | 56.00 | 254.00 | 310.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [8s]
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.03520 - 0.03490 [1]
[2] 0.28505 - 0.18071 [2]
[3] 0.22249 - 0.05188 [3]
[4] 0.10274 - 0.05702 [4]
[5] 0.05436 - 0.04215 [5]
[6] 0.75214 - 0.03223 [6]
[7] 0.37103 - 0.36998 [7]
[8] 0.61454 - 0.08900 [8]
[9] 0.47082 - 0.35472 [9]
[10] 0.38843 - 0.32517 [10]
── Failure ('test-SCA.R:35:3'): spaco works ────────────────────────────────────
Expected `test_more$score` to equal `test_more_Matrix$score`.
Differences:
actual | expected
[1] 0.09007 - 0.07186 [1]
[2] 0.05689 - 0.00005 [2]
[3] 0.07286 - 0.04638 [3]
[4] 0.01671 - 0.01505 [4]
[5] 0.05050 - 0.03767 [5]
[6] 0.66993 - 0.08858 [6]
[7] 0.28917 - 0.26435 [7]
[8] 0.54990 - 0.08477 [8]
[9] 0.45367 - 0.44235 [9]
[10] 0.21112 - 0.21101 [10]
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64