Last updated on 2025-10-30 23:50:40 CET.
| Package | ERROR | OK | 
|---|---|---|
| WhatsR | 1 | 12 | 
Current CRAN status: ERROR: 1, OK: 12
Version: 1.0.6
Check: tests
Result: ERROR
    Running ‘testthat.R’ [90s/108s]
  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