Last updated on 2025-04-02 20:52:04 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.13 | 7.57 | 161.77 | 169.34 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.7.13 | 5.73 | 112.27 | 118.00 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.7.13 | 255.39 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.13 | 257.62 | OK | |||
r-devel-macos-arm64 | 0.7.13 | 78.00 | ERROR | |||
r-devel-macos-x86_64 | 0.7.13 | 152.00 | OK | |||
r-devel-windows-x86_64 | 0.7.13 | 10.00 | 156.00 | 166.00 | OK | |
r-patched-linux-x86_64 | 0.7.13 | 8.85 | 149.64 | 158.49 | OK | |
r-release-linux-x86_64 | 0.7.13 | 6.60 | 148.32 | 154.92 | OK | |
r-release-macos-arm64 | 0.7.13 | 65.00 | OK | |||
r-release-macos-x86_64 | 0.7.13 | 167.00 | OK | |||
r-release-windows-x86_64 | 0.7.13 | 10.00 | 159.00 | 169.00 | OK | |
r-oldrel-macos-arm64 | 0.7.13 | OK | ||||
r-oldrel-macos-x86_64 | 0.7.13 | 149.00 | OK | |||
r-oldrel-windows-x86_64 | 0.7.13 | 10.00 | 197.00 | 207.00 | OK |
Version: 0.7.13
Check: examples
Result: ERROR
Running examples in ‘ezplot-Ex.R’ failed
The error most likely occurred in:
> ### Name: density_plot
> ### Title: density_plot
> ### Aliases: density_plot
>
> ### ** Examples
>
> library(tsibbledata)
Error in library(tsibbledata) : there is no package called ‘tsibbledata’
Execution halted
Flavor: r-devel-macos-arm64
Version: 0.7.13
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ezplot)
> suppressPackageStartupMessages(library(tsibble))
>
> test_check("ezplot")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 93 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-calendar_plot.R:6:3'): runs ────────────────────────────────────
<packageNotFoundError/error/condition>
Error in `loadNamespace(x)`: there is no package called 'tsibbledata'
Backtrace:
▆
1. ├─ezplot::calendar_plot(...) at test-calendar_plot.R:6:3
2. │ └─ezplot::agg_data(data, cols, cols["x"])
3. │ └─data %>% as.data.frame %>% ...
4. ├─dplyr::transmute(...)
5. ├─base::as.data.frame(.)
6. └─base::loadNamespace(x)
7. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL)
8. └─base (local) withOneRestart(expr, restarts[[1L]])
9. └─base (local) doWithOneRestart(return(expr), restart)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 93 ]
Error: Test failures
Execution halted
Flavor: r-devel-macos-arm64