CRAN Package Check Results for Package amadeus

Last updated on 2024-10-19 03:49:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.3 37.03 329.60 366.63 OK
r-devel-linux-x86_64-debian-gcc 1.1.3 23.89 206.48 230.37 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.3 597.48 OK
r-devel-linux-x86_64-fedora-gcc 1.1.3 421.64 OK
r-devel-windows-x86_64 1.1.3 41.00 331.00 372.00 OK
r-patched-linux-x86_64 1.1.3 OK
r-release-linux-x86_64 1.1.3 33.57 302.70 336.27 OK
r-release-macos-arm64 1.1.3 118.00 OK
r-release-macos-x86_64 1.1.3 198.00 OK
r-release-windows-x86_64 1.1.3 35.00 316.00 351.00 OK
r-oldrel-macos-arm64 1.1.3 122.00 OK
r-oldrel-macos-x86_64 1.1.3 215.00 OK
r-oldrel-windows-x86_64 1.1.3 50.00 396.00 446.00 OK

Additional issues

MKL

Check Details

Version: 1.1.3
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_hms > ### Title: Download wildfire smoke data > ### Aliases: download_hms > > ### ** Examples > > download_hms( + data_format = "Shapefile", + date = "2024-01-01", + 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: [satepsanone.nesdis.noaa.gov] Connection time-out Calls: download_hms ... request_fetch -> request_fetch.write_memory -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-gcc