CRAN Package Check Results for Package climatol

Last updated on 2024-12-27 03:49:31 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 4.1.0 8.81 47.38 56.19 ERROR
r-devel-linux-x86_64-debian-gcc 4.1.0 5.73 53.18 58.91 OK
r-devel-linux-x86_64-fedora-clang 4.1.0 150.13 OK
r-devel-linux-x86_64-fedora-gcc 4.1.0 137.81 OK
r-devel-windows-x86_64 4.1.0 8.00 105.00 113.00 OK
r-patched-linux-x86_64 4.1.0 8.65 76.12 84.77 OK
r-release-linux-x86_64 4.1.0 7.37 76.13 83.50 OK
r-release-macos-arm64 4.1.0 40.00 OK
r-release-macos-x86_64 4.1.0 64.00 OK
r-release-windows-x86_64 4.1.0 8.00 103.00 111.00 OK
r-oldrel-macos-arm64 4.1.0 60.00 OK
r-oldrel-macos-x86_64 4.1.0 139.00 OK
r-oldrel-windows-x86_64 4.1.0 9.00 124.00 133.00 OK

Check Details

Version: 4.1.0
Check: examples
Result: ERROR Running examples in ‘climatol-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: dahgrid > ### Title: Interpolation of normalized homogeneous data on a predefined > ### grid > ### Aliases: dahgrid > ### Keywords: datagen > > ### ** Examples > > ## Set a temporal working directory and write input files: > wd <- tempdir() > wd0 <- setwd(wd) > > ## Copy an example file of homogenization results: > file.copy(exampleFiles('Temp_1991-2000.rda'),'.') [1] TRUE > > ## Now run the example: > ## (very coarse grid (3x2 points) to run in less than the 10 seconds CRAN limit) > grd <- expand.grid(x=seq(-2.8,-2.4,.2),y=seq(38.86,39.06,.2)) > sp::coordinates(grd) <- ~ x+y > dahgrid('Temp',1991,2000,grid=grd) Error in dahgrid("Temp", 1991, 2000, grid = grd) : This function requires packages sp, gstat, raster and ncdf4. Please, install the lacking packages and re-run the function Execution halted Flavor: r-devel-linux-x86_64-debian-clang