CRAN Package Check Results for Package meteo

Last updated on 2024-03-29 12:54:10 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0-2 46.14 487.38 533.52 ERROR
r-devel-linux-x86_64-debian-gcc 2.0-2 41.35 351.14 392.49 ERROR
r-devel-linux-x86_64-fedora-clang 2.0-2 639.67 ERROR
r-devel-linux-x86_64-fedora-gcc 2.0-2 681.57 ERROR
r-devel-windows-x86_64 2.0-2 42.00 290.00 332.00 ERROR
r-patched-linux-x86_64 2.0-2 36.40 454.73 491.13 ERROR
r-release-linux-x86_64 2.0-2 34.93 464.84 499.77 ERROR
r-release-macos-arm64 2.0-2 167.00 OK
r-release-macos-x86_64 2.0-2 391.00 OK
r-release-windows-x86_64 2.0-2 57.00 402.00 459.00 ERROR
r-oldrel-macos-arm64 2.0-2 162.00 OK
r-oldrel-windows-x86_64 2.0-2 58.00 403.00 461.00 ERROR

Check Details

Version: 2.0-2
Check: examples
Result: ERROR Running examples in ‘meteo-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: get_meteo > ### Title: Get daily meteorological data for specific location and dates. > ### Aliases: get_meteo > > ### ** Examples > > library(terra) terra 1.7.71 > > loc <- c(21, 45) > # loc <- as.data.frame(rbind(c(21, 45), > # c(21,45.5), > # c(21.5,45), > # c(21.5,45.5))) > > dates <- as.Date("2020-12-25") > # dates <- seq(as.Date("2020-12-25"), as.Date("2020-12-31"), by="day") > > tmean <- get_meteo(loc, + dates, + var = "tmean", # "tmax" "tmin" "prcp" "slp" + source = "MeteoEurope1km") Warning in new_CppObject_xp(fields$.module, fields$.pointer, ...) : GDAL Message 1: GDAL was built against curl 8.6.0, but is running against 8.5.0. Runtime failure is likely ! Warning in new_CppObject_xp(fields$.module, fields$.pointer, ...) : GDAL Error 11: HTTP response code: 404 Error: [rast] file does not exist: /vsicurl/https://dailymeteo.com/cog/europe/tmean/tmean_day_20201225_3035.tif Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 2.0-2
Check: examples
Result: ERROR Running examples in ‘meteo-Ex.R’ failed The error most likely occurred in: > ### Name: get_meteo > ### Title: Get daily meteorological data for specific location and dates. > ### Aliases: get_meteo > > ### ** Examples > > library(terra) terra 1.7.71 > > loc <- c(21, 45) > # loc <- as.data.frame(rbind(c(21, 45), > # c(21,45.5), > # c(21.5,45), > # c(21.5,45.5))) > > dates <- as.Date("2020-12-25") > # dates <- seq(as.Date("2020-12-25"), as.Date("2020-12-31"), by="day") > > tmean <- get_meteo(loc, + dates, + var = "tmean", # "tmax" "tmin" "prcp" "slp" + source = "MeteoEurope1km") Warning in new_CppObject_xp(fields$.module, fields$.pointer, ...) : GDAL Error 11: HTTP response code: 404 Error: [rast] file does not exist: /vsicurl/https://dailymeteo.com/cog/europe/tmean/tmean_day_20201225_3035.tif Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 2.0-2
Check: examples
Result: ERROR Running examples in 'meteo-Ex.R' failed The error most likely occurred in: > ### Name: get_meteo > ### Title: Get daily meteorological data for specific location and dates. > ### Aliases: get_meteo > > ### ** Examples > > library(terra) terra 1.7.71 > > loc <- c(21, 45) > # loc <- as.data.frame(rbind(c(21, 45), > # c(21,45.5), > # c(21.5,45), > # c(21.5,45.5))) > > dates <- as.Date("2020-12-25") > # dates <- seq(as.Date("2020-12-25"), as.Date("2020-12-31"), by="day") > > tmean <- get_meteo(loc, + dates, + var = "tmean", # "tmax" "tmin" "prcp" "slp" + source = "MeteoEurope1km") Warning: HTTP response code: 404 (GDAL error 11) Error: [rast] file does not exist: /vsicurl/https://dailymeteo.com/cog/europe/tmean/tmean_day_20201225_3035.tif Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64