Last updated on 2026-01-31 10:50:17 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.2 | 10.17 | 178.57 | 188.74 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.2 | 6.58 | 107.78 | 114.36 | 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 |
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)
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached [data.education.gouv.fr]:
Connection timed out after 10001 milliseconds
Calls: enrich_special_days ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc