Last updated on 2024-11-03 15:48:25 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.7.13 | 7.16 | 157.96 | 165.12 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.7.13 | 0.42 | 1.59 | 2.01 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.7.13 | 269.34 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.7.13 | 259.97 | OK | |||
r-devel-windows-x86_64 | 0.7.13 | 12.00 | 152.00 | 164.00 | OK | |
r-patched-linux-x86_64 | 0.7.13 | 8.01 | 148.16 | 156.17 | OK | |
r-release-linux-x86_64 | 0.7.13 | 7.55 | 57.10 | 64.65 | ERROR | |
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 | 10.00 | 151.00 | 161.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 | 11.00 | 183.00 | 194.00 | OK |
Version: 0.7.13
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.7.13
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking:
'DT', 'ggrepel', 'miniUI', 'shiny', 'tsibble', 'tsibbledata'
Flavor: r-release-linux-x86_64
Version: 0.7.13
Check: examples
Result: ERROR
Running examples in ‘ezplot-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: agg_data
> ### Title: Aggregates data
> ### Aliases: agg_data
>
> ### ** Examples
>
> suppressPackageStartupMessages(library(tsibble))
Error in library(tsibble) : there is no package called ‘tsibble’
Calls: suppressPackageStartupMessages -> withCallingHandlers -> library
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.7.13
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ezplot)
> suppressPackageStartupMessages(library(tsibble))
Error in library(tsibble) : there is no package called 'tsibble'
Calls: suppressPackageStartupMessages -> withCallingHandlers -> library
Execution halted
Flavor: r-release-linux-x86_64
Version: 0.7.13
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘bar_plot.Rmd’ using rmarkdown
Quitting from lines 20-25 [setup] (bar_plot.Rmd)
Error: processing vignette 'bar_plot.Rmd' failed with diagnostics:
there is no package called 'tsibble'
--- failed re-building ‘bar_plot.Rmd’
--- re-building ‘basics.Rmd’ using rmarkdown
Quitting from lines 29-34 [unnamed-chunk-1] (basics.Rmd)
Error: processing vignette 'basics.Rmd' failed with diagnostics:
there is no package called 'tsibble'
--- failed re-building ‘basics.Rmd’
--- re-building ‘line_plot.Rmd’ using rmarkdown
Quitting from lines 20-24 [setup] (line_plot.Rmd)
Error: processing vignette 'line_plot.Rmd' failed with diagnostics:
there is no package called 'tsibble'
--- failed re-building ‘line_plot.Rmd’
--- re-building ‘overview.Rmd’ using rmarkdown
Quitting from lines 24-30 [setup] (overview.Rmd)
Error: processing vignette 'overview.Rmd' failed with diagnostics:
there is no package called 'tsibble'
--- failed re-building ‘overview.Rmd’
--- re-building ‘variable_plot.Rmd’ using rmarkdown
Quitting from lines 20-24 [setup] (variable_plot.Rmd)
Error: processing vignette 'variable_plot.Rmd' failed with diagnostics:
there is no package called 'tsibble'
--- failed re-building ‘variable_plot.Rmd’
SUMMARY: processing the following files failed:
‘bar_plot.Rmd’ ‘basics.Rmd’ ‘line_plot.Rmd’ ‘overview.Rmd’
‘variable_plot.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-linux-x86_64
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