Last updated on 2025-11-30 13:49:54 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.2 | 10.02 | 159.52 | 169.54 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1.2 | 6.16 | 122.47 | 128.63 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.2 | 22.00 | 271.68 | 293.68 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.2 | 33.00 | 283.40 | 316.40 | OK | |
| r-devel-windows-x86_64 | 1.1.2 | 16.00 | 190.00 | 206.00 | OK | |
| r-patched-linux-x86_64 | 1.1.2 | 10.29 | 165.01 | 175.30 | OK | |
| r-release-linux-x86_64 | 1.1.2 | 8.86 | 164.14 | 173.00 | OK | |
| r-release-macos-arm64 | 1.1.2 | OK | ||||
| r-release-macos-x86_64 | 1.1.2 | 7.00 | 183.00 | 190.00 | OK | |
| r-release-windows-x86_64 | 1.1.2 | 11.00 | 208.00 | 219.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.2 | 10.00 | 137.00 | 147.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.2 | 15.00 | 240.00 | 255.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) :
SSL connect error [data.education.gouv.fr]:
GnuTLS, handshake failed: The TLS connection was non-properly terminated.
Calls: enrich_special_days ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang