Last updated on 2026-04-22 23:56:33 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.4 | 6.57 | 65.66 | 72.23 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.4 | 3.97 | 48.26 | 52.23 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.4 | 10.00 | 96.25 | 106.25 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.4 | 10.00 | 105.30 | 115.30 | OK | |
| r-devel-macos-arm64 | 0.4.4 | 1.00 | 21.00 | 22.00 | OK | |
| r-devel-windows-x86_64 | 0.4.4 | 8.00 | 80.00 | 88.00 | OK | |
| r-patched-linux-x86_64 | 0.4.4 | 6.78 | 57.98 | 64.76 | OK | |
| r-release-linux-x86_64 | 0.4.4 | 4.89 | 55.53 | 60.42 | OK | |
| r-release-macos-arm64 | 0.4.4 | OK | ||||
| r-release-macos-x86_64 | 0.4.4 | 4.00 | 68.00 | 72.00 | OK | |
| r-release-windows-x86_64 | 0.4.4 | 9.00 | 81.00 | 90.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.4 | 4.00 | 67.00 | 71.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.4 | 12.00 | 108.00 | 120.00 | OK |
Version: 0.4.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/6s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(xpectr)
>
> test_check("xpectr")
Saving _problems/test_gxs_function-633.R
Saving _problems/test_gxs_selection-857.R
[ FAIL 2 | WARN 0 | SKIP 2 | PASS 840 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• skipping due to breaking changes in R 4.0.0 (2):
'test_gxs_selection.R:1382:5', 'test_gxs_selection.R:1810:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_gxs_function.R:630:3'): gxs_function() works with multiline function definitions as arg value ──
Expected `xpectr::strip(side_effects_19370[["error_class"]])` to equal `xpectr::strip(c("simpleError", "error", "condition"))`.
Differences:
Lengths differ: 4 is not 3
── Failure ('test_gxs_selection.R:849:3'): missing variable expectations are created properly with gxs_selection() ──
Expected `output_15496` to equal `list(...)`.
Differences:
Component 9: 1 string mismatch
[ FAIL 2 | WARN 0 | SKIP 2 | PASS 840 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc