CRAN Package Check Results for Package amadeus

Last updated on 2024-10-06 07:50:26 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.7 34.86 324.17 359.03 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.7 24.02 202.47 226.49 OK
r-devel-linux-x86_64-fedora-clang 1.0.7 608.39 OK
r-devel-linux-x86_64-fedora-gcc 1.0.7 593.36 OK
r-devel-windows-x86_64 1.0.7 36.00 313.00 349.00 OK
r-patched-linux-x86_64 1.0.7 36.25 296.67 332.92 OK
r-release-linux-x86_64 1.0.7 34.16 296.57 330.73 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 36.00 299.00 335.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 50.00 394.00 444.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_hms > ### Title: Download wildfire smoke data > ### Aliases: download_hms > > ### ** Examples > > download_hms( + data_format = "Shapefile", + date = c("2024-01-01", "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) : Could not resolve host: satepsanone.nesdis.noaa.gov Calls: download_hms ... request_fetch -> request_fetch.write_memory -> <Anonymous> Execution halted Flavor: r-devel-linux-x86_64-debian-clang