Last updated on 2026-07-28 13:48:59 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.3 | 1.86 | 22.47 | 24.33 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.3 | 1.38 | 18.21 | 19.59 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.3 | 36.63 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 16.43 | OK | |||
| r-devel-windows-x86_64 | 1.0.3 | 3.00 | 42.00 | 45.00 | OK | |
| r-patched-linux-x86_64 | 1.0.3 | 1.90 | 20.74 | 22.64 | OK | |
| r-release-linux-x86_64 | 1.0.3 | 1.83 | 20.82 | 22.65 | OK | |
| r-release-macos-arm64 | 1.0.3 | 1.00 | 15.00 | 16.00 | OK | |
| r-release-macos-x86_64 | 1.0.3 | 2.00 | 32.00 | 34.00 | OK | |
| r-release-windows-x86_64 | 1.0.3 | 3.00 | 49.00 | 52.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.3 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.3 | 1.00 | 26.00 | 27.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.3 | 4.00 | 116.00 | 120.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 jsondata[[1]] : subscript out of bounds
Calls: get_data -> get_zeitbezuege -> rbind
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc