Last updated on 2025-09-03 02:54:05 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.3 | 1.42 | 21.83 | 23.25 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.3 | 1.57 | 17.93 | 19.50 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.3 | 35.16 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 35.24 | OK | |||
r-devel-windows-x86_64 | 1.0.3 | 3.00 | 42.00 | 45.00 | OK | |
r-patched-linux-x86_64 | 1.0.3 | 2.11 | 21.08 | 23.19 | OK | |
r-release-linux-x86_64 | 1.0.3 | 1.80 | 20.95 | 22.75 | OK | |
r-release-macos-arm64 | 1.0.3 | 26.00 | OK | |||
r-release-macos-x86_64 | 1.0.3 | 27.00 | OK | |||
r-release-windows-x86_64 | 1.0.3 | 5.00 | 45.00 | 50.00 | OK | |
r-oldrel-macos-arm64 | 1.0.3 | 23.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.3 | 36.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.3 | 4.00 | 54.00 | 58.00 | OK |
Version: 1.0.3
Check: examples
Result: ERROR
Running examples in ‘bonn-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_data
> ### Title: Get Data
> ### Aliases: get_data
>
> ### ** Examples
>
> # The SSL vertification seems to fail for some Linux systems.
> # This is likely because of a SSL certificate issue on the INKAR server.
> # Disabling SSL verification comes with risks:
> # https://curl.se/libcurl/c/CURLOPT_SSL_VERIFYPEER.html
> httr::set_config(httr::config(ssl_verifypeer = 0L))
>
> # GDP for all districts/all available years
> get_data(variable="011", geography="KRE")
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached [www.inkar.de]:
Connection timed out after 10000 milliseconds
Calls: get_data ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc