CRAN Package Check Results for Package ezplot

Last updated on 2024-06-06 05:57:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.13 9.05 200.10 209.15 OK
r-devel-linux-x86_64-debian-gcc 0.7.13 6.69 146.94 153.63 OK
r-devel-linux-x86_64-fedora-clang 0.7.13 271.10 OK
r-devel-linux-x86_64-fedora-gcc 0.7.13 258.39 OK
r-devel-windows-x86_64 0.7.13 9.00 148.00 157.00 OK
r-patched-linux-x86_64 0.7.13 9.43 195.10 204.53 OK
r-release-linux-x86_64 0.7.13 7.64 195.36 203.00 OK
r-release-macos-arm64 0.7.13 65.00 OK
r-release-macos-x86_64 0.7.13 96.00 ERROR
r-release-windows-x86_64 0.7.13 9.00 147.00 156.00 OK
r-oldrel-macos-arm64 0.7.13 82.00 OK
r-oldrel-macos-x86_64 0.7.13 149.00 OK
r-oldrel-windows-x86_64 0.7.13 12.00 198.00 210.00 OK

Check Details

Version: 0.7.13
Check: examples
Result: ERROR Running examples in ‘ezplot-Ex.R’ failed The error most likely occurred in: > ### Name: calendar_plot > ### Title: calendar_plot > ### Aliases: calendar_plot > > ### ** Examples > > library(tsibbledata) Error in library(tsibbledata) : there is no package called ‘tsibbledata’ Execution halted Flavor: r-release-macos-x86_64

Version: 0.7.13
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/5s] Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: 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-release-macos-x86_64