Last updated on 2019-04-13 01:58:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3-1 | 8.47 | 85.98 | 94.45 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3-1 | 8.50 | 67.97 | 76.47 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3-1 | 124.61 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.3-1 | 113.27 | OK | |||
r-devel-windows-ix86+x86_64 | 0.3-1 | 26.00 | 133.00 | 159.00 | OK | |
r-patched-linux-x86_64 | 0.3-1 | 9.54 | 85.55 | 95.09 | OK | |
r-patched-solaris-x86 | 0.3-1 | 213.00 | OK | |||
r-release-linux-x86_64 | 0.3-1 | 5.40 | 82.20 | 87.60 | OK | |
r-release-windows-ix86+x86_64 | 0.3-1 | 15.00 | 84.00 | 99.00 | OK | |
r-release-osx-x86_64 | 0.3-1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.3-0 | 11.00 | 98.00 | 109.00 | ERROR | |
r-oldrel-osx-x86_64 | 0.3-1 | ERROR |
Version: 0.3-0
Check: R code for possible problems
Result: NOTE
sgmix: no visible global function definition for 'isFALSE'
Undefined global functions or variables:
isFALSE
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.3-0
Check: examples
Result: ERROR
Running examples in 'spagmix-Ex.R' failed
The error most likely occurred in:
> ### Name: lgcpmix
> ### Title: Generate a spatial log-Gaussian Cox process intensity
> ### Aliases: lgcpmix
>
> ### ** Examples
>
> ## Homogeneous example ##
>
> # Create constant intensity image integrating to 500
>
> homog <- as.im(as.mask(toywin))
> homog <- homog/integral(homog)*500
>
>
> # Corresponding LGCP realisations using exponential covariance structure
> par(mfrow=c(2,2),mar=rep(1.5,4))
> for(i in 1:4){
+ temp <- lgcpmix(homog,covmod="exp",covpars=list(var=1,scale=0.2))
+ plot(temp,main=paste("Realisation",i),log=TRUE)
+ }
>
>
>
> ## Inhomogeneous examples ##
>
> # Create deterministic trend
>
> mn <- cbind(c(0.25,0.8),c(0.31,0.82),c(0.43,0.64),c(0.63,0.62),c(0.21,0.26))
> v1 <- matrix(c(0.0023,-0.0009,-0.0009,0.002),2)
> v2 <- matrix(c(0.0016,0.0015,0.0015,0.004),2)
> v3 <- matrix(c(0.0007,0.0004,0.0004,0.0011),2)
> v4 <- matrix(c(0.0023,-0.0041,-0.0041,0.0099),2)
> v5 <- matrix(c(0.0013,0.0011,0.0011,0.0014),2)
> vr <- array(NA,dim=c(2,2,5))
> for(i in 1:5) vr[,,i] <- get(paste("v",i,sep=""))
> intens <- sgmix(mean=mn,vcv=vr,window=toywin,p0=0.1,int=500)
Error in isFALSE(all.equal(sum(c(0.3, p)), 1)) :
could not find function "isFALSE"
Calls: sgmix
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 0.3-1
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-oldrel-osx-x86_64