CRAN Package Check Results for Maintainer ‘Julian Kohne <julian.kohne at gesis.org>’

Last updated on 2025-11-21 12:50:26 CET.

Package ERROR OK
WhatsR 1 12

Package WhatsR

Current CRAN status: ERROR: 1, OK: 12

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