Last updated on 2025-11-04 05:51:29 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.6 | 19.25 | 255.46 | 274.71 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.6 | 13.64 | 172.64 | 186.28 | 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 | 15.72 | 243.09 | 258.81 | OK | |
| r-release-linux-x86_64 | 1.0.6 | 16.59 | 247.20 | 263.79 | 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
Version: 1.0.6
Check: tests
Result: ERROR
    Running ‘testthat.R’ [90s/121s]
  Running the tests in ‘tests/testthat.R’ failed.
  Complete output:
    > library(testthat)
    > library(WhatsR)
    > 
    > test_check("WhatsR")
    'download_emoji()' caused a warning:
    URL 'https://www.unicode.org/Public/emoji/15.1/emoji-test.txt': status was 'SSL connect error'Loading required package: ragg
    [ FAIL 2 | WARN 5 | SKIP 0 | PASS 291 ]
    
    ══ Failed tests ════════════════════════════════════════════════════════════════
    ── Failure ('test-WhatsR-tests.R:33:3'): Updating emoji dictionary ─────────────
    class(emoji_dictionary) (`actual`) not equal to "data.frame" (`expected`).
    
    `actual`:   "NULL"      
    `expected`: "data.frame"
    ── Failure ('test-WhatsR-tests.R:36:3'): Updating emoji dictionary ─────────────
    Names of `emoji_dictionary` ('') don't match 'R.native', 'Desc', 'OriginalOrder'
    
    [ FAIL 2 | WARN 5 | SKIP 0 | PASS 291 ]
    Error: Test failures
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc