Last updated on 2024-04-05 06:00:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0-2 | 59.76 | 501.76 | 561.52 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.0-2 | 43.96 | 350.75 | 394.71 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.0-2 | 701.68 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 2.0-2 | 652.07 | ERROR | |||
r-devel-windows-x86_64 | 2.0-2 | 40.00 | 292.00 | 332.00 | ERROR | |
r-patched-linux-x86_64 | 2.0-2 | 33.25 | 462.94 | 496.19 | ERROR | |
r-release-linux-x86_64 | 2.0-2 | 34.43 | 455.10 | 489.53 | 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 | 58.00 | 413.00 | 471.00 | ERROR | |
r-oldrel-macos-arm64 | 2.0-2 | 162.00 | OK | |||
r-oldrel-windows-x86_64 | 2.0-2 | 58.00 | 400.00 | 458.00 | ERROR |
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