Last updated on 2025-07-03 09:50:42 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.0 | 1.71 | 23.11 | 24.82 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.9.0 | 1.32 | 18.82 | 20.14 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.9.0 | 37.98 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.0 | 51.53 | OK | |||
r-devel-windows-x86_64 | 0.9.0 | 3.00 | 53.00 | 56.00 | OK | |
r-patched-linux-x86_64 | 0.9.0 | 1.64 | 21.85 | 23.49 | OK | |
r-release-linux-x86_64 | 0.9.0 | 1.45 | 21.67 | 23.12 | OK | |
r-release-macos-arm64 | 0.9.0 | 30.00 | OK | |||
r-release-macos-x86_64 | 0.9.0 | 43.00 | OK | |||
r-release-windows-x86_64 | 0.9.0 | 5.00 | 52.00 | 57.00 | OK | |
r-oldrel-macos-arm64 | 0.9.0 | 31.00 | OK | |||
r-oldrel-macos-x86_64 | 0.9.0 | 40.00 | OK | |||
r-oldrel-windows-x86_64 | 0.9.0 | 3.00 | 55.00 | 58.00 | OK |
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