Last updated on 2023-02-06 09:56:02 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.6 | 6.69 | 50.60 | 57.29 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.6 | 4.70 | 37.69 | 42.39 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.6 | 76.42 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.6 | 72.49 | OK | |||
r-devel-windows-x86_64 | 0.0.6 | 18.00 | 87.00 | 105.00 | OK | |
r-patched-linux-x86_64 | 0.0.6 | 7.43 | 47.84 | 55.27 | OK | |
r-release-linux-x86_64 | 0.0.6 | 5.84 | 47.84 | 53.68 | 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 | 77.00 | 95.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