Last updated on 2025-02-20 14:51:06 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.4 | 13.76 | 192.99 | 206.75 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.4 | 7.47 | 122.99 | 130.46 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.3.4 | 316.77 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.4 | 299.92 | OK | |||
r-devel-macos-arm64 | 0.3.4 | 81.00 | OK | |||
r-devel-macos-x86_64 | 0.3.4 | 211.00 | OK | |||
r-devel-windows-x86_64 | 0.3.4 | 14.00 | 195.00 | 209.00 | OK | |
r-patched-linux-x86_64 | 0.3.4 | 14.92 | 178.18 | 193.10 | OK | |
r-release-linux-x86_64 | 0.3.4 | 12.47 | 178.98 | 191.45 | OK | |
r-release-macos-arm64 | 0.3.4 | 79.00 | OK | |||
r-release-macos-x86_64 | 0.3.4 | 132.00 | OK | |||
r-release-windows-x86_64 | 0.3.4 | 15.00 | 194.00 | 209.00 | OK | |
r-oldrel-macos-arm64 | 0.3.4 | 89.00 | OK | |||
r-oldrel-macos-x86_64 | 0.3.4 | 181.00 | OK | |||
r-oldrel-windows-x86_64 | 0.3.4 | 20.00 | 235.00 | 255.00 | OK |
Version: 0.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [51s/60s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(rearrr)
>
> if (require("xpectr")) {
+ test_check("rearrr")
+ }
Loading required package: xpectr
[ FAIL 2 | WARN 1 | SKIP 0 | PASS 7341 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_n_fn.R:842:3'): testing quantile_index() ─────────────────────
xpectr::strip(side_effects_19148[["error"]]) does not match "probs outside 01".
Actual value: "ℹ In index 1Caused by error in quantiledefault type must be an integer in 19"
Backtrace:
▆
1. └─testthat::expect_match(...) at test_n_fn.R:842:3
2. └─testthat:::expect_match_(...)
── Failure ('test_n_fn.R:859:3'): testing quantile_index() ─────────────────────
xpectr::strip(side_effects_19148[["error"]]) does not match "object a not found".
Actual value: "ℹ In index 1Caused by error in quantiledefault type must be an integer in 19"
Backtrace:
▆
1. └─testthat::expect_match(...) at test_n_fn.R:859:3
2. └─testthat:::expect_match_(...)
[ FAIL 2 | WARN 1 | SKIP 0 | PASS 7341 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc