CRAN Package Check Results for Package bonn

Last updated on 2026-08-20 09:51:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 1.19 22.81 24.00 OK
r-devel-linux-x86_64-debian-gcc 1.0.3 1.45 19.24 20.69 OK
r-devel-linux-x86_64-fedora-clang 1.0.3 17.17 OK
r-devel-linux-x86_64-fedora-gcc 1.0.3 16.44 OK
r-devel-windows-x86_64 1.0.3 4.00 54.00 58.00 ERROR
r-patched-linux-x86_64 1.0.3 1.37 20.87 22.24 OK
r-release-linux-x86_64 1.0.3 1.84 20.92 22.76 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 4.00 0.00 4.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 5.00 48.00 53.00 OK

Check Details

Version: 1.0.3
Check: examples
Result: ERROR Running examples in 'bonn-Ex.R' failed The error most likely occurred in: > ### 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 10008 milliseconds Calls: get_data ... request_fetch.write_memory -> <Anonymous> -> raise_libcurl_error Execution halted Flavor: r-devel-windows-x86_64