Last updated on 2025-12-28 03:52:05 CET.
| Package | ERROR | OK |
|---|---|---|
| ubair | 2 | 11 |
Current CRAN status: ERROR: 2, OK: 11
Version: 1.1.1
Check: examples
Result: ERROR
Running examples in 'ubair-Ex.R' failed
The error most likely occurred in:
> ### Name: plot_station_measurements
> ### Title: Descriptive plot of daily time series data
> ### Aliases: plot_station_measurements
>
> ### ** Examples
>
> library(data.table)
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
> env_data <- data.table(
+ Station = "Station_1",
+ Komponente = rep(c("TMP", "NO2"), length.out = 100),
+ Wert = rnorm(100, mean = 20, sd = 5),
+ date = rep(seq.POSIXt(as.POSIXct("2022-01-01"), , "hour", 50), each = 2),
+ year = 2022,
+ Komponente_txt = rep(c("Temperature", "NO2"), length.out = 100)
+ )
> plot <- plot_station_measurements(env_data, variables = c("TMP", "NO2"))
Error in `[.data.table`(env_data, , `:=`(Werte_aggregiert, data.table::frollmean(Wert, :
attempt access index 6/6 in VECTOR_ELT
Calls: plot_station_measurements -> [ -> [.data.table
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.1.1
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'neun_euro_ticket_demonstrator.Rmd' using rmarkdown
--- finished re-building 'neun_euro_ticket_demonstrator.Rmd'
--- re-building 'user_sample_1.Rmd' using rmarkdown
File figure/plot_counter_1-1.png not found in resource path
Error: processing vignette 'user_sample_1.Rmd' failed with diagnostics:
pandoc document conversion failed with error 99
--- failed re-building 'user_sample_1.Rmd'
--- re-building 'user_sample_2.Rmd' using rmarkdown
--- finished re-building 'user_sample_2.Rmd'
--- re-building 'user_sample_3.Rmd' using rmarkdown
File figure/bias_plot-1.png not found in resource path
Error: processing vignette 'user_sample_3.Rmd' failed with diagnostics:
pandoc document conversion failed with error 99
--- failed re-building 'user_sample_3.Rmd'
SUMMARY: processing the following files failed:
'user_sample_1.Rmd' 'user_sample_3.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.