CRAN Package Check Results for Maintainer ‘Corydon Baylor <cwbaylor1 at gmail.com>’

Last updated on 2025-07-03 13:48:59 CEST.

Package ERROR OK
getwiki 1 12

Package getwiki

Current CRAN status: ERROR: 1, OK: 12

Version: 0.9.0
Check: examples
Result: ERROR Running examples in ‘getwiki-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: get_wiki > ### Title: Get the Text of a Wikipedia Article > ### Aliases: get_wiki > > ### ** Examples > > get_wiki("United States") Warning in open.connection(con, "rb") : URL 'https://en.wikipedia.org/w/api.php?action=query&titles=United_States&prop=extracts&redirects=&format=json': Timeout of 60 seconds was reached Error in open.connection(con, "rb") : cannot open the connection to 'https://en.wikipedia.org/w/api.php?action=query&titles=United_States&prop=extracts&redirects=&format=json' Calls: get_wiki ... parse_and_simplify -> parseJSON -> parse_con -> open -> open.connection Execution halted Flavor: r-devel-linux-x86_64-debian-gcc