CRAN Package Check Results for Package voluModel

Last updated on 2022-04-24 03:52:41 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 32.41 656.29 688.70 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.3 28.88 467.55 496.43 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.3 798.51 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.3 788.36 ERROR
r-patched-linux-x86_64 0.1.3 26.92 617.33 644.25 OK
r-release-linux-x86_64 0.1.3 28.13 626.35 654.48 OK
r-release-macos-arm64 0.1.3 OK
r-release-macos-x86_64 0.1.3 OK
r-release-windows-x86_64 0.1.3 46.00 743.00 789.00 OK
r-oldrel-macos-arm64 0.1.3 OK
r-oldrel-macos-x86_64 0.1.3 OK
r-oldrel-windows-ix86+x86_64 0.1.3 74.00 781.00 855.00 OK

Check Details

Version: 0.1.3
Check: examples
Result: ERROR
    Running examples in 'voluModel-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: smoothRaster
    > ### Title: Smooth rasters
    > ### Aliases: smoothRaster
    > ### Keywords: dataPrep
    >
    > ### ** Examples
    >
    > library(raster)
    Loading required package: sp
    > library(fields)
    Loading required package: spam
    Spam version 2.8-0 (2022-01-05) is loaded.
    Type 'help( Spam)' or 'demo( spam)' for a short introduction
    and overview of this package.
    Help for individual functions is also obtained by adding the
    suffix '.spam' to the function name, e.g. 'help( chol.spam)'.
    
    Attaching package: 'spam'
    
    The following objects are masked from 'package:base':
    
     backsolve, forwardsolve
    
    Loading required package: viridis
    Loading required package: viridisLite
    
    Try help(fields) to get started.
    > # Create sample raster
    > r <- raster(ncol=100, nrow=100)
    > values(r) <- 1:10000
    >
    > # Introduce a "bubble"
    > values(r)[520:525] <- 9999
    > plot(r)
    >
    > # Smooth bubble with smoothRaster
    > smoothedRaster <- smoothRaster(r)
    Warning:
    Grid searches over lambda (nugget and sill variances) with minima at the endpoints:
     (GCV) Generalized Cross-Validation
     minimum at right endpoint lambda = 3.025469e-06 (eff. df= 593.75 )
    > plot(smoothedRaster)
    >
    > fastSmooth <- smoothRaster(r, fast = TRUE, aRange = 3.0)
    Error in h(simpleError(msg, call)) :
     error in evaluating the argument 'x' in selecting a method for function 'diag': Lapack routine dgesv: system is exactly singular: U[1,1] = 0
    Calls: smoothRaster ... solve -> solve -> solve.default -> .handleSimpleError -> h
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.1.3
Check: examples
Result: ERROR
    Running examples in ‘voluModel-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: smoothRaster
    > ### Title: Smooth rasters
    > ### Aliases: smoothRaster
    > ### Keywords: dataPrep
    >
    > ### ** Examples
    >
    > library(raster)
    Loading required package: sp
    > library(fields)
    Loading required package: spam
    Spam version 2.8-0 (2022-01-05) is loaded.
    Type 'help( Spam)' or 'demo( spam)' for a short introduction
    and overview of this package.
    Help for individual functions is also obtained by adding the
    suffix '.spam' to the function name, e.g. 'help( chol.spam)'.
    
    Attaching package: ‘spam’
    
    The following objects are masked from ‘package:base’:
    
     backsolve, forwardsolve
    
    Loading required package: viridis
    Loading required package: viridisLite
    
    Try help(fields) to get started.
    > # Create sample raster
    > r <- raster(ncol=100, nrow=100)
    > values(r) <- 1:10000
    >
    > # Introduce a "bubble"
    > values(r)[520:525] <- 9999
    > plot(r)
    >
    > # Smooth bubble with smoothRaster
    > smoothedRaster <- smoothRaster(r)
    Warning:
    Grid searches over lambda (nugget and sill variances) with minima at the endpoints:
     (GCV) Generalized Cross-Validation
     minimum at right endpoint lambda = 3.025469e-06 (eff. df= 593.75 )
    > plot(smoothedRaster)
    >
    > fastSmooth <- smoothRaster(r, fast = TRUE, aRange = 3.0)
    Error in h(simpleError(msg, call)) :
     error in evaluating the argument 'x' in selecting a method for function 'diag': Lapack routine dgesv: system is exactly singular: U[1,1] = 0
    Calls: smoothRaster ... solve -> solve -> solve.default -> .handleSimpleError -> h
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc