Last updated on 2023-01-31 22:58:23 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.6 | 6.61 | 50.47 | 57.08 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.6 | 5.05 | 37.77 | 42.82 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.6 | 76.42 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.6 | 73.14 | OK | |||
r-devel-windows-x86_64 | 0.0.6 | 28.00 | 89.00 | 117.00 | OK | |
r-patched-linux-x86_64 | 0.0.6 | 5.84 | 51.72 | 57.56 | OK | |
r-release-linux-x86_64 | 0.0.6 | 5.32 | 52.68 | 58.00 | 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 | 29.00 | 93.00 | 122.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 | 18.00 | 80.00 | 98.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