CRAN Package Check Results for Package telraamStats

Last updated on 2026-01-30 09:50:28 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.2 9.29 177.46 186.75 OK
r-devel-linux-x86_64-debian-gcc 1.1.2 6.93 106.50 113.43 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.2 17.00 284.23 301.23 OK
r-devel-linux-x86_64-fedora-gcc 1.1.2 16.00 308.86 324.86 OK
r-devel-windows-x86_64 1.1.2 13.00 200.00 213.00 OK
r-patched-linux-x86_64 1.1.2 7.64 158.99 166.63 OK
r-release-linux-x86_64 1.1.2 8.45 162.93 171.38 OK
r-release-macos-arm64 1.1.2 OK
r-release-macos-x86_64 1.1.2 5.00 185.00 190.00 OK
r-release-windows-x86_64 1.1.2 12.00 194.00 206.00 OK
r-oldrel-macos-arm64 1.1.2 OK
r-oldrel-macos-x86_64 1.1.2 5.00 142.00 147.00 OK
r-oldrel-windows-x86_64 1.1.2 15.00 244.00 259.00 OK

Check Details

Version: 1.1.2
Check: examples
Result: ERROR Running examples in ‘telraamStats-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: enrich_special_days > ### Title: Enrich traffic data with french vacation and public holidays > ### Aliases: enrich_special_days > ### Keywords: internal > > ### ** Examples > > df <- data.frame('day' = as.Date(c("2022-02-18","2022-01-01")), + 'date' = c('2022-02-18 12:00:00 CET','2022-01-01 12:00:00 CET')) > enrich_special_days(df) No encoding supplied: defaulting to UTF-8. Error in `select()`: ! `select()` doesn't handle lists. Backtrace: ▆ 1. ├─telraamStats::enrich_special_days(df) 2. │ └─telraamStats::set_global_vars(vacations, public_holidays) 3. │ └─... %>% ... 4. ├─dplyr::mutate(., start_date = ymd_hms(.data$start_date), end_date = ymd_hms(.data$end_date)) 5. ├─dplyr::select(., "description", "start_date", "end_date") 6. └─dplyr:::select.list(., "description", "start_date", "end_date") 7. └─rlang::abort("`select()` doesn't handle lists.") Execution halted Flavor: r-devel-linux-x86_64-debian-gcc