CRAN Package Check Results for Maintainer ‘Hannah Owens <hannah.owens at gmail.com>’

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

Package ERROR NOTE OK
climateStability 12
occCite 6 6
voluModel 4 8

Package climateStability

Current CRAN status: OK: 12

Package occCite

Current CRAN status: NOTE: 6, OK: 6

Version: 0.5.4
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘httr’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.5.4
Check: data for non-ASCII characters
Result: NOTE
     Note: found 6 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package voluModel

Current CRAN status: ERROR: 4, OK: 8

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