CRAN Package Check Results for Package autoFRK

Last updated on 2020-09-10 07:01:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.1 66.03 101.01 167.04 OK
r-devel-linux-x86_64-debian-gcc 1.3.2 52.61 78.50 131.11 OK
r-devel-linux-x86_64-fedora-clang 1.3.2 235.70 NOTE
r-devel-linux-x86_64-fedora-gcc 1.3.2 112.29 OK
r-devel-windows-ix86+x86_64 1.3.2 141.00 191.00 332.00 OK
r-patched-linux-x86_64 1.3.1 54.46 100.00 154.46 OK
r-patched-solaris-x86 1.3.2 230.40 ERROR
r-release-linux-x86_64 1.3.1 57.06 100.98 158.04 OK
r-release-macos-x86_64 1.3.1 NOTE
r-release-windows-ix86+x86_64 1.3.2 119.00 145.00 264.00 OK
r-oldrel-macos-x86_64 1.3.1 NOTE
r-oldrel-windows-ix86+x86_64 1.3.1 84.00 118.00 202.00 OK

Check Details

Version: 1.3.2
Check: installed package size
Result: NOTE
     installed size is 16.8Mb
     sub-directories of 1Mb or more:
     libs 16.6Mb
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.3.2
Check: examples
Result: ERROR
    Running examples in ‘autoFRK-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: autoFRK
    > ### Title: Automatic Fixed Rank Kriging
    > ### Aliases: autoFRK
    >
    > ### ** Examples
    >
    > #### generating data from two eigenfunctions
    > set.seed(0)
    > n=150
    > s=5
    > grid1=grid2=seq(0,1,l=30)
    > grids=expand.grid(grid1,grid2)
    > fn=matrix(0,900,2)
    > fn[,1]=cos(sqrt((grids[,1]-0)^2+(grids[,2]-1)^2)*pi)
    > fn[,2]=cos(sqrt((grids[,1]-0.75)^2+(grids[,2]-0.25)^2)*2*pi)
    >
    > #### single realization simulation example
    > w=c(rnorm(1,sd=5),rnorm(1,sd=3))
    > y=fn%*%w
    > obs=sample(900,n)
    > z=y[obs]+rnorm(n)*sqrt(s)
    > X=grids[obs,]
    >
    > ## Not run:
    > #### method1: automatic selection and prediction
    > one.imat=autoFRK(Data=z,loc=X,maxK=15)
    Error in if (max(eta/(s + v)) > 10^20) return(Inf) :
     missing value where TRUE/FALSE needed
    Calls: autoFRK -> basisSelect -> cMLE -> neg2llik
    Execution halted
Flavor: r-patched-solaris-x86

Version: 1.3.1
Check: installed package size
Result: NOTE
     installed size is 18.6Mb
     sub-directories of 1Mb or more:
     libs 18.3Mb
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64