Last updated on 2025-11-09 19:51:16 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.6 | 17.52 | 256.75 | 274.27 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.6 | 13.76 | 172.22 | 185.98 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.6 | 38.00 | 387.27 | 425.27 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.6 | 37.00 | 367.48 | 404.48 | OK | |
| r-devel-windows-x86_64 | 1.0.6 | 21.00 | 246.00 | 267.00 | OK | |
| r-patched-linux-x86_64 | 1.0.6 | 18.72 | 242.88 | 261.60 | OK | |
| r-release-linux-x86_64 | 1.0.6 | 17.83 | 244.82 | 262.65 | OK | |
| r-release-macos-arm64 | 1.0.6 | 8.00 | 111.00 | 119.00 | OK | |
| r-release-macos-x86_64 | 1.0.6 | 15.00 | 226.00 | 241.00 | OK | |
| r-release-windows-x86_64 | 1.0.6 | 22.00 | 246.00 | 268.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.6 | 8.00 | 109.00 | 117.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.6 | 19.00 | 217.00 | 236.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.6 | 27.00 | 312.00 | 339.00 | OK |
Version: 1.0.6
Check: examples
Result: ERROR
Running examples in ‘WhatsR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: download_emoji
> ### Title: Scraping a dictionary of emoji from https://www.unicode.org/
> ### Aliases: download_emoji
>
> ### ** Examples
>
> Emoji_dictionary <- download_emoji(nlines = 50)
Warning in file(con, "r") :
URL 'https://www.unicode.org/Public/emoji/15.1/emoji-test.txt': status was 'SSL connect error'
Error in file(con, "r") :
cannot open the connection to 'https://www.unicode.org/Public/emoji/15.1/emoji-test.txt'
Calls: download_emoji -> readLines -> file
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc