CRAN Package Check Results for Package amadeus

Last updated on 2024-09-18 00:50:30 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.7 36.32 318.36 354.68 OK
r-devel-linux-x86_64-debian-gcc 1.0.7 26.13 199.26 225.39 OK
r-devel-linux-x86_64-fedora-clang 1.0.7 578.39 OK
r-devel-linux-x86_64-fedora-gcc 1.0.7 552.55 OK
r-devel-windows-x86_64 1.0.7 35.00 330.00 365.00 OK
r-patched-linux-x86_64 1.0.7 38.89 299.45 338.34 ERROR
r-release-linux-x86_64 1.0.7 36.56 299.12 335.68 OK
r-release-macos-arm64 1.0.7 151.00 OK
r-release-macos-x86_64 1.0.7 300.00 OK
r-release-windows-x86_64 1.0.7 35.00 290.00 325.00 OK
r-oldrel-macos-arm64 1.0.7 231.00 OK
r-oldrel-macos-x86_64 1.0.7 320.00 OK
r-oldrel-windows-x86_64 1.0.7 51.00 385.00 436.00 OK

Check Details

Version: 1.0.7
Check: examples
Result: ERROR Running examples in ‘amadeus-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: download_aqs > ### Title: Download air quality data > ### Aliases: download_aqs > > ### ** Examples > > download_aqs( + parameter_code = 88101, + resolution_temporal = "daily", + year = c(2023, 2023), + directory_to_save = tempdir(), + acknowledgement = TRUE, + download = FALSE, # NOTE: download skipped for examples, + remove_command = TRUE, + unzip = FALSE + ) Error in curl::curl_fetch_memory(url, handle = handle) : Timeout was reached: [aqs.epa.gov] Failed to connect to aqs.epa.gov port 443 after 10000 ms: Timeout was reached Calls: download_aqs ... request_fetch -> request_fetch.write_memory -> <Anonymous> Execution halted Flavor: r-patched-linux-x86_64