Last updated on 2026-07-28 13:49:21 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0.1 | 25.45 | 2388.19 | 2413.64 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0.1 | 20.93 | 1996.60 | 2017.53 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.0.1 | 42.00 | 2513.44 | 2555.44 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.0.1 | 21.00 | 930.39 | 951.39 | NOTE | |
| r-devel-windows-x86_64 | 0.0.1 | 39.00 | 2199.00 | 2238.00 | OK | |
| r-patched-linux-x86_64 | 0.0.1 | 23.69 | 2341.04 | 2364.73 | OK | |
| r-release-linux-x86_64 | 0.0.1 | 24.95 | 2517.03 | 2541.98 | OK | |
| r-release-macos-arm64 | 0.0.1 | 8.00 | 750.00 | 758.00 | OK | |
| r-release-macos-x86_64 | 0.0.1 | 23.00 | 1765.00 | 1788.00 | OK | |
| r-release-windows-x86_64 | 0.0.1 | 36.00 | 2161.00 | 2197.00 | OK | |
| r-oldrel-macos-arm64 | 0.0.1 | 8.00 | 814.00 | 822.00 | OK | |
| r-oldrel-macos-x86_64 | 0.0.1 | 22.00 | 1589.00 | 1611.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0.1 | 51.00 | 0.00 | 51.00 | FAIL |
Version: 0.0.1
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘Rcpp’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.0.1
Check: re-building of vignette outputs
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
> flush(stderr()); flush(stdout())
>
> ### Name: TelegramClient
> ### Title: TelegramClient
> ### Aliases: TelegramClient
>
> ### ** Examples
>
> ## Not run:
> ##D client <- TelegramClient$new("my_session", api_id = 123, api_hash = "...")
> ##D client$connect()
> ## End(Not run)
>
>
>
> ### * <FOOTER>
> ###
> cleanEx()
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
Time elapsed: 0.74 0.12 0.86 NA NA
> grDevices::dev.off()
null device
1
> ###
> ### Local variables: ***
> ### mode: outline-minor ***
> ### outline-regexp: "\\(> \\)?### [*]+" ***
> ### End: ***
> quit('no')
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-oldrel-windows-x86_64