Last updated on 2025-12-19 14:50:39 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | 41.55 | 289.79 | 331.34 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 27.01 | 216.82 | 243.83 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 67.00 | 439.10 | 506.10 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 67.00 | 436.72 | 503.72 | ERROR | |
| r-devel-windows-x86_64 | 1.1.1 | 41.00 | 264.00 | 305.00 | OK | |
| r-patched-linux-x86_64 | 1.1.1 | 42.62 | 285.99 | 328.61 | OK | |
| r-release-linux-x86_64 | 1.1.1 | 43.32 | 290.05 | 333.37 | OK | |
| r-release-macos-arm64 | 1.1.1 | OK | ||||
| r-release-macos-x86_64 | 1.1.1 | 36.00 | 284.00 | 320.00 | OK | |
| r-release-windows-x86_64 | 1.1.1 | 40.00 | 256.00 | 296.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.1 | 37.00 | 292.00 | 329.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.1 | 58.00 | 350.00 | 408.00 | ERROR |
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-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