Last updated on 2019-02-21 07:48:36 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.7.2 | 18.87 | 391.86 | 410.73 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.7.2 | 17.73 | 297.09 | 314.82 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.7.2 | 537.75 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.7.2 | 522.23 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.7.2 | 52.00 | 570.00 | 622.00 | ERROR | |
r-patched-linux-x86_64 | 1.7.2 | ERROR | ||||
r-patched-solaris-x86 | 1.7.2 | 770.70 | ERROR | |||
r-release-linux-x86_64 | 1.7.2 | ERROR | ||||
r-release-windows-ix86+x86_64 | 1.7.2 | 32.00 | 592.00 | 624.00 | ERROR | |
r-release-osx-x86_64 | 1.7.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.7.2 | 27.00 | 894.00 | 921.00 | ERROR | |
r-oldrel-osx-x86_64 | 1.7.2 | NOTE |
Version: 1.7.2
Check: package dependencies
Result: NOTE
Package which this enhances but not available for checking: ‘INLA’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 1.7.2
Check: examples
Result: ERROR
Running examples in ‘geostatsp-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: RFsimulate
> ### Title: Simulation of Random Fields
> ### Aliases: RFsimulate modelRandomFields RFsimulate RFsimulate-methods
> ### RFsimulate,ANY,Raster-method RFsimulate,numeric,SpatialGrid-method
> ### RFsimulate,numeric,SpatialPixels-method
> ### RFsimulate,numeric,SpatialPoints-method
> ### RFsimulate,numeric,GridTopology-method
> ### RFsimulate,RMmodel,GridTopology-method
> ### RFsimulate,RMmodel,SpatialPoints-method
> ### RFsimulate,matrix,Raster-method RFsimulate,matrix,Spatial-method
> ### RFsimulate,data.frame,ANY-method
> ### Keywords: spatial
>
> ### ** Examples
>
>
> model <- c(var=5, range=1,shape=0.5)
>
>
> myraster = raster(nrows=20,ncols=30,xmn=0,ymn=0,xmx=6,ymx=4,
+ crs="+init=epsg:2081")
>
> set.seed(0)
>
> simu <- RFsimulate(model, x=myraster, n=3)
...
New output format of RFsimulate: S4 object of class 'RFsp';
for a bare, but faster array format use 'RFoptions(spConform=FALSE)'.
>
> plot(simu[['sim2']])
>
> # conditional simulation
> firstSample = RFsimulate(
+ model,
+ x=SpatialPoints(myraster)[seq(1,ncell(myraster), len=100), ],
+ n=3
+ )
...
>
> secondSample = RFsimulate(
+ model = cbind(var=5:3, range=1:3, shape=seq(0.5, 1.5, len=3)),
+ x= myraster,
+ data=firstSample,n=4
+ )
Error in dimnames(x) <- dn :
length of 'dimnames' [2] not equal to array extent
Calls: RFsimulate ... <Anonymous> -> rfCondGauss -> RFinterpolate -> colnames<-
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.7.2
Check: installed package size
Result: NOTE
installed size is 5.3Mb
sub-directories of 1Mb or more:
data 3.8Mb
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-release-osx-x86_64
Version: 1.7.2
Check: examples
Result: ERROR
Running examples in ‘geostatsp-Ex.R’ failed
The error most likely occurred in:
> ### Name: RFsimulate
> ### Title: Simulation of Random Fields
> ### Aliases: RFsimulate modelRandomFields RFsimulate RFsimulate-methods
> ### RFsimulate,ANY,Raster-method RFsimulate,numeric,SpatialGrid-method
> ### RFsimulate,numeric,SpatialPixels-method
> ### RFsimulate,numeric,SpatialPoints-method
> ### RFsimulate,numeric,GridTopology-method
> ### RFsimulate,RMmodel,GridTopology-method
> ### RFsimulate,RMmodel,SpatialPoints-method
> ### RFsimulate,matrix,Raster-method RFsimulate,matrix,Spatial-method
> ### RFsimulate,data.frame,ANY-method
> ### Keywords: spatial
>
> ### ** Examples
>
>
> model <- c(var=5, range=1,shape=0.5)
>
>
> myraster = raster(nrows=20,ncols=30,xmn=0,ymn=0,xmx=6,ymx=4,
+ crs="+init=epsg:2081")
>
> set.seed(0)
>
> simu <- RFsimulate(model, x=myraster, n=3)
...
New output format of RFsimulate: S4 object of class 'RFsp';
for a bare, but faster array format use 'RFoptions(spConform=FALSE)'.
>
> plot(simu[['sim2']])
>
> # conditional simulation
> firstSample = RFsimulate(
+ model,
+ x=SpatialPoints(myraster)[seq(1,ncell(myraster), len=100), ],
+ n=3
+ )
...
>
> secondSample = RFsimulate(
+ model = cbind(var=5:3, range=1:3, shape=seq(0.5, 1.5, len=3)),
+ x= myraster,
+ data=firstSample,n=4
+ )
Error in dimnames(x) <- dn :
length of 'dimnames' [2] not equal to array extent
Calls: RFsimulate ... <Anonymous> -> rfCondGauss -> RFinterpolate -> colnames<-
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86
Version: 1.7.2
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'geostatsp-Ex.R' failed
The error most likely occurred in:
> ### Name: RFsimulate
> ### Title: Simulation of Random Fields
> ### Aliases: RFsimulate modelRandomFields RFsimulate RFsimulate-methods
> ### RFsimulate,ANY,Raster-method RFsimulate,numeric,SpatialGrid-method
> ### RFsimulate,numeric,SpatialPixels-method
> ### RFsimulate,numeric,SpatialPoints-method
> ### RFsimulate,numeric,GridTopology-method
> ### RFsimulate,RMmodel,GridTopology-method
> ### RFsimulate,RMmodel,SpatialPoints-method
> ### RFsimulate,matrix,Raster-method RFsimulate,matrix,Spatial-method
> ### RFsimulate,data.frame,ANY-method
> ### Keywords: spatial
>
> ### ** Examples
>
>
> model <- c(var=5, range=1,shape=0.5)
>
>
> myraster = raster(nrows=20,ncols=30,xmn=0,ymn=0,xmx=6,ymx=4,
+ crs="+init=epsg:2081")
>
> set.seed(0)
>
> simu <- RFsimulate(model, x=myraster, n=3)
...
New output format of RFsimulate: S4 object of class 'RFsp';
for a bare, but faster array format use 'RFoptions(spConform=FALSE)'.
>
> plot(simu[['sim2']])
>
> # conditional simulation
> firstSample = RFsimulate(
+ model,
+ x=SpatialPoints(myraster)[seq(1,ncell(myraster), len=100), ],
+ n=3
+ )
...
>
> secondSample = RFsimulate(
+ model = cbind(var=5:3, range=1:3, shape=seq(0.5, 1.5, len=3)),
+ x= myraster,
+ data=firstSample,n=4
+ )
Error in dimnames(x) <- dn :
length of 'dimnames' [2] not equal to array extent
Calls: RFsimulate ... <Anonymous> -> rfCondGauss -> RFinterpolate -> colnames<-
Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.7.2
Check: running examples for arch ‘x64’
Result: ERROR
Running examples in 'geostatsp-Ex.R' failed
The error most likely occurred in:
> ### Name: RFsimulate
> ### Title: Simulation of Random Fields
> ### Aliases: RFsimulate modelRandomFields RFsimulate RFsimulate-methods
> ### RFsimulate,ANY,Raster-method RFsimulate,numeric,SpatialGrid-method
> ### RFsimulate,numeric,SpatialPixels-method
> ### RFsimulate,numeric,SpatialPoints-method
> ### RFsimulate,numeric,GridTopology-method
> ### RFsimulate,RMmodel,GridTopology-method
> ### RFsimulate,RMmodel,SpatialPoints-method
> ### RFsimulate,matrix,Raster-method RFsimulate,matrix,Spatial-method
> ### RFsimulate,data.frame,ANY-method
> ### Keywords: spatial
>
> ### ** Examples
>
>
> model <- c(var=5, range=1,shape=0.5)
>
>
> myraster = raster(nrows=20,ncols=30,xmn=0,ymn=0,xmx=6,ymx=4,
+ crs="+init=epsg:2081")
>
> set.seed(0)
>
> simu <- RFsimulate(model, x=myraster, n=3)
...
New output format of RFsimulate: S4 object of class 'RFsp';
for a bare, but faster array format use 'RFoptions(spConform=FALSE)'.
>
> plot(simu[['sim2']])
>
> # conditional simulation
> firstSample = RFsimulate(
+ model,
+ x=SpatialPoints(myraster)[seq(1,ncell(myraster), len=100), ],
+ n=3
+ )
...
>
> secondSample = RFsimulate(
+ model = cbind(var=5:3, range=1:3, shape=seq(0.5, 1.5, len=3)),
+ x= myraster,
+ data=firstSample,n=4
+ )
Error in dimnames(x) <- dn :
length of 'dimnames' [2] not equal to array extent
Calls: RFsimulate ... <Anonymous> -> rfCondGauss -> RFinterpolate -> colnames<-
Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64