Last updated on 2026-07-13 02:52:22 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 5.91 | 252.91 | 258.82 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 4.60 | 177.80 | 182.40 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 11.00 | 384.68 | 395.68 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 10.00 | 355.96 | 365.96 | OK | |
| r-devel-windows-x86_64 | 0.2.1 | 8.00 | 222.00 | 230.00 | OK | |
| r-patched-linux-x86_64 | 0.2.1 | 5.84 | 222.08 | 227.92 | OK | |
| r-release-linux-x86_64 | 0.2.1 | 5.26 | 226.28 | 231.54 | OK | |
| r-release-macos-arm64 | 0.2.1 | 2.00 | 52.00 | 54.00 | OK | |
| r-release-macos-x86_64 | 0.2.1 | 4.00 | 232.00 | 236.00 | OK | |
| r-release-windows-x86_64 | 0.2.1 | 8.00 | 229.00 | 237.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.1 | 2.00 | 54.00 | 56.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.1 | 5.00 | 298.00 | 303.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.1 | 12.00 | 314.00 | 326.00 | OK |
Version: 0.2.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [131s/149s]
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/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(mlr3inferr)
Loading required package: mlr3
>
> test_check("mlr3inferr")
Saving _problems/test_MeasureCiWaldCV-14.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1379 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_MeasureCiWaldCV.R:14:3'): aggr and CI point estimate agree ───
Expected `ci[[1L]]` to equal `aggr[[1L]]`.
Differences:
`actual`: 0.4183
`expected`: 0.4187
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 1379 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc