CRAN Package Check Results for Package wikiTools

Last updated on 2024-05-12 15:53:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.4 5.26 47.73 52.99 OK
r-devel-linux-x86_64-debian-gcc 1.2.4 3.36 34.33 37.69 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.4 64.52 OK
r-devel-linux-x86_64-fedora-gcc 1.2.4 82.15 OK
r-devel-windows-x86_64 1.2.4 5.00 140.00 145.00 OK
r-patched-linux-x86_64 1.2.4 5.40 45.35 50.75 OK
r-release-linux-x86_64 1.2.4 4.75 45.43 50.18 OK
r-release-macos-arm64 1.2.4 168.00 OK
r-release-macos-x86_64 1.2.4 225.00 OK
r-release-windows-x86_64 1.2.4 7.00 134.00 141.00 OK
r-oldrel-macos-arm64 1.2.4 172.00 OK
r-oldrel-macos-x86_64 1.2.4 200.00 OK
r-oldrel-windows-x86_64 1.2.4 7.00 138.00 145.00 OK

Check Details

Version: 1.2.4
Check: examples
Result: ERROR Running examples in ‘wikiTools-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: extractWiki > ### Title: Extract the first paragraph of a Wikipedia article with a > ### maximum of characters. > ### Aliases: extractWiki > > ### ** Examples > > ## Obtaining information in English Wikidata > names <- c("William Shakespeare", "Pedro Almodovar") > info <- getWikiInf(names) Error in curl::curl_fetch_memory(url, handle = handle) : Timeout was reached: [www.wikidata.org] Failed to connect to www.wikidata.org port 443 after 10002 ms: Timeout was reached Calls: getWikiInf ... request_fetch -> request_fetch.write_memory -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-gcc