Last updated on 2026-05-23 08:53:20 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 40.12 | 189.85 | 229.97 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 38.54 | 133.87 | 172.41 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 75.00 | 325.48 | 400.48 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 72.00 | 263.39 | 335.39 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 44.00 | 182.00 | 226.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 36.28 | 181.51 | 217.79 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 50.62 | 185.17 | 235.79 | 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 | 178.00 | 222.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 | 243.00 | 302.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`: 0.163 0.002 0.000 0.005 0.630 0.033 0.255 0.043 0.268 0.003
`expected`: 0.200 0.094 0.014 0.245 0.767 0.437 0.350 0.642 0.413 0.155
── Failure ('test-SCA.R:35:3'): spaco works ────────────────────────────────────
Expected `test_more$score` to equal `test_more_Matrix$score`.
Differences:
`actual`: 0.004 0.044 0.080 0.112 0.521 0.021 0.002 0.020 0.461 0.068
`expected`: 0.070 0.113 0.250 0.341 0.625 0.060 0.122 0.458 0.615 0.160
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 4 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64