Last updated on 2025-11-24 00:48:58 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.6 | 16.44 | 255.43 | 271.87 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.6 | 12.04 | 182.15 | 194.19 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.6 | 37.00 | 388.67 | 425.67 | OK | |
| r-devel-windows-x86_64 | 1.0.6 | 26.00 | 252.00 | 278.00 | OK | |
| r-patched-linux-x86_64 | 1.0.6 | 16.93 | 244.31 | 261.24 | OK | |
| r-release-linux-x86_64 | 1.0.6 | 15.13 | 244.51 | 259.64 | OK | |
| r-release-macos-arm64 | 1.0.6 | OK | ||||
| r-release-macos-x86_64 | 1.0.6 | 15.00 | 226.00 | 241.00 | OK | |
| r-release-windows-x86_64 | 1.0.6 | 20.00 | 249.00 | 269.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.6 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.6 | 19.00 | 217.00 | 236.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.6 | 26.00 | 333.00 | 359.00 | ERROR |
Version: 1.0.6
Check: tests
Result: ERROR
Running ‘testthat.R’ [90s/119s]
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'Saving _problems/test-WhatsR-tests-33.R
Saving _problems/test-WhatsR-tests-36.R
Loading required package: ragg
[ FAIL 2 | WARN 5 | SKIP 0 | PASS 291 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-WhatsR-tests.R:33:3'): Updating emoji dictionary ─────────────
Expected `class(emoji_dictionary)` to equal "data.frame".
Differences:
`actual`: "NULL"
`expected`: "data.frame"
── Failure ('test-WhatsR-tests.R:36:3'): Updating emoji dictionary ─────────────
Expected `emoji_dictionary` to have names `c("R.native", "Desc", "OriginalOrder")`.
Differences:
`actual` is NULL
`expected` is a character vector ('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
Version: 1.0.6
Check: tests
Result: ERROR
Running 'testthat.R' [168s]
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': Timeout of 60 seconds was reachedSaving _problems/test-WhatsR-tests-33.R
Saving _problems/test-WhatsR-tests-36.R
Loading required package: ragg
[ FAIL 2 | WARN 14 | SKIP 0 | PASS 291 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-WhatsR-tests.R:33:3'): Updating emoji dictionary ─────────────
Expected `class(emoji_dictionary)` to equal "data.frame".
Differences:
`actual`: "NULL"
`expected`: "data.frame"
── Failure ('test-WhatsR-tests.R:36:3'): Updating emoji dictionary ─────────────
Expected `emoji_dictionary` to have names `c("R.native", "Desc", "OriginalOrder")`.
Differences:
`actual` is NULL
`expected` is a character vector ('R.native', 'Desc', 'OriginalOrder')
[ FAIL 2 | WARN 14 | SKIP 0 | PASS 291 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64