CRAN Package Check Results for Maintainer ‘Imke Voss <imke.voss at uba.de>’

Last updated on 2025-12-21 23:49:16 CET.

Package ERROR OK
ubair 5 8

Package ubair

Current CRAN status: ERROR: 5, OK: 8

Version: 1.1.1
Check: examples
Result: ERROR Running examples in ‘ubair-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### 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 Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

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 Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

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