Last updated on 2020-01-20 01:50:15 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 55.31 | 104.11 | 159.42 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 46.05 | 78.04 | 124.09 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 210.72 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 193.10 | OK | |||
r-devel-windows-ix86+x86_64 | 1.2.0 | 127.00 | 198.00 | 325.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 1.2.0 | 108.00 | 172.00 | 280.00 | OK | |
r-patched-linux-x86_64 | 1.2.0 | 47.55 | 89.10 | 136.65 | OK | |
r-patched-solaris-x86 | 1.2.0 | 218.40 | OK | |||
r-release-linux-x86_64 | 1.2.0 | 51.45 | 89.75 | 141.20 | OK | |
r-release-windows-ix86+x86_64 | 1.2.0 | 130.00 | 195.00 | 325.00 | OK | |
r-release-osx-x86_64 | 1.2.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.0 | 82.00 | 135.00 | 217.00 | OK | |
r-oldrel-osx-x86_64 | 1.2.0 | ERROR |
Version: 1.2.0
Check: installed package size
Result: NOTE
installed size is 13.4Mb
sub-directories of 1Mb or more:
libs 13.2Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 1.2.0
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,]
>
> #### method1: automatic selection and prediction
> one.imat=autoFRK(Data=z,loc=X,maxK=15)
Error in if ((n^3/rlimit) > 25) { : missing value where TRUE/FALSE needed
Calls: autoFRK -> basisSelect -> mrts
Execution halted
Flavors: r-release-osx-x86_64, r-oldrel-osx-x86_64