Last updated on 2026-08-21 13:50:43 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 9.92 | 232.81 | 242.73 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 7.36 | 159.21 | 166.57 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 7.00 | 155.45 | 162.45 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 161.36 | OK | |||
| r-devel-windows-x86_64 | 0.1.0 | 11.00 | 250.00 | 261.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 9.59 | 222.91 | 232.50 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 8.40 | 219.98 | 228.38 | OK | |
| r-release-macos-arm64 | 0.2.0 | 2.00 | 68.00 | 70.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 6.00 | 264.00 | 270.00 | ERROR | |
| r-release-windows-x86_64 | 0.1.0 | 10.00 | 230.00 | 240.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | 2.00 | 69.00 | 71.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.0 | 6.00 | 306.00 | 312.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 15.00 | 314.00 | 329.00 | OK |
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [92s/140s]
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
>
> testthat::test_check("fable.bayesRecon")
Loading required package: fable.bayesRecon
Saving _problems/test-bayesRecon_TDcond-34.R
Saving _problems/test-bayesRecon_TDcond-39.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 80 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-bayesRecon_TDcond.R:28:3'): bayesRecon_TDcond runs reconciliation and produces valid output ──
Expected `{ ... }` not to throw any errors.
Actually got a <dplyr:::mutate_error> with message:
i In argument: `tdcond = (function (object, ...) ...`.
Caused by error in `.core_reconc_TDcond()`:
! The fraction of reconciled upper samples that lie in the support
of the bottom-up distribution is49.5which is below the minimum threshold (50). Consider increasing the variance of the base forecasts.
── Error ('test-bayesRecon_TDcond.R:39:3'): bayesRecon_TDcond runs reconciliation and produces valid output ──
Error in `eval(code, test_env)`: object 'fc3' not found
Backtrace:
▆
1. └─testthat::expect_s3_class(fc3, c("tbl_df", "tbl")) at test-bayesRecon_TDcond.R:39:3
2. └─testthat::quasi_label(enquo(object))
3. └─rlang::eval_bare(expr, quo_get_env(quo))
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 80 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-macos-x86_64