Last updated on 2023-01-27 07:50:48 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.6 | 7.41 | 56.04 | 63.45 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.6 | 5.78 | 41.25 | 47.03 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.6 | 76.60 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.6 | 73.14 | OK | |||
r-patched-linux-x86_64 | 0.0.6 | 7.53 | 53.59 | 61.12 | OK | |
r-release-linux-x86_64 | 0.0.6 | 5.38 | 53.49 | 58.87 | OK | |
r-release-macos-arm64 | 0.0.6 | 38.00 | OK | |||
r-release-macos-x86_64 | 0.0.6 | 53.00 | OK | |||
r-release-windows-x86_64 | 0.0.6 | 23.00 | 82.00 | 105.00 | OK | |
r-oldrel-macos-arm64 | 0.0.6 | 29.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.6 | 42.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 0.0.6 | 19.00 | 78.00 | 97.00 | ERROR |
Version: 0.0.6
Check: examples
Result: ERROR
Running examples in 'wikiTools-Ex.R' failed
The error most likely occurred in:
> ### 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", "Pablo Picasso")
> info <- getWikiInf(names)
> info$text <- extractWiki(info$label)
Warning in open.connection(con, "rb") :
InternetOpenUrl failed: 'Die Serververbindung konnte nicht hergestellt werden.'
Error in open.connection(con, "rb") : cannot open the connection
Calls: extractWiki ... parse_and_simplify -> parseJSON -> parse_con -> open -> open.connection
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64