CRAN Package Check Results for Package RGISTools

Last updated on 2020-04-23 05:48:38 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 25.62 193.46 219.08 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.0 22.50 151.99 174.49 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0 258.44 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.0 277.07 OK
r-devel-windows-ix86+x86_64 1.0.0 81.00 199.00 280.00 ERROR
r-patched-linux-x86_64 1.0.0 23.88 191.99 215.87 ERROR
r-patched-osx-x86_64 1.0.0 WARN
r-patched-solaris-x86 1.0.0 369.70 ERROR
r-release-linux-x86_64 1.0.0 23.39 176.35 199.74 ERROR
r-release-windows-ix86+x86_64 1.0.0 38.00 180.00 218.00 ERROR
r-release-osx-x86_64 1.0.0 OK
r-oldrel-windows-ix86+x86_64 1.0.0 42.00 162.00 204.00 ERROR
r-oldrel-osx-x86_64 1.0.0 OK

Check Details

Version: 1.0.0
Check: examples
Result: ERROR
    Running examples in 'RGISTools-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: varEVI
    > ### Title: Calculate the enhanced vegetation index (EVI)
    > ### Aliases: varEVI
    >
    > ### ** Examples
    >
    > # path to the cropped and cutted MODIS images for the region of Navarre
    > wdir <- system.file("ExNavarreVar", package = "RGISTools")
    > # list all the tif files
    > files.mod <- list.files(wdir, pattern = "\\.tif$", recursive = TRUE, full.names = TRUE)
    > # print the MOD09 bands
    > getRGISToolsOpt("MOD09BANDS")
     red nir blue green tirs1
     "B01_1" "B02_1" "B03_1" "B04_1" "B05_1"
     swir1 swir2 quality cloud
     "B06_1" "B07_1" "_state_1km_1" "CLD"
    > scale.factor <- 0.0001
    >
    > # select the red, blue and nir bands
    > img.mod.red <- raster(files.mod[1]) * scale.factor
    Error in .rasterObjectFromFile(x, band = band, objecttype = "RasterLayer", :
     Cannot create RasterLayer object from this file; perhaps you need to install rgdal first
    Calls: raster -> raster -> .local -> .rasterObjectFromFile
    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: 1.0.0
Check: examples
Result: ERROR
    Running examples in ‘RGISTools-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: varEVI
    > ### Title: Calculate the enhanced vegetation index (EVI)
    > ### Aliases: varEVI
    >
    > ### ** Examples
    >
    > # path to the cropped and cutted MODIS images for the region of Navarre
    > wdir <- system.file("ExNavarreVar", package = "RGISTools")
    > # list all the tif files
    > files.mod <- list.files(wdir, pattern = "\\.tif$", recursive = TRUE, full.names = TRUE)
    > # print the MOD09 bands
    > getRGISToolsOpt("MOD09BANDS")
     red nir blue green tirs1
     "B01_1" "B02_1" "B03_1" "B04_1" "B05_1"
     swir1 swir2 quality cloud
     "B06_1" "B07_1" "_state_1km_1" "CLD"
    > scale.factor <- 0.0001
    >
    > # select the red, blue and nir bands
    > img.mod.red <- raster(files.mod[1]) * scale.factor
    Error in .rasterObjectFromFile(x, band = band, objecttype = "RasterLayer", :
     Cannot create RasterLayer object from this file; perhaps you need to install rgdal first
    Calls: raster -> raster -> .local -> .rasterObjectFromFile
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.0.0
Check: Rd files
Result: WARN
    prepare_Rd: replacing previous import ‘sf::st_make_valid’ by ‘lwgeom::st_make_valid’ when loading ‘tmap’
Flavor: r-patched-osx-x86_64