Last updated on 2014-10-02 01:48:22.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.0 | 1.43 | 28.76 | 30.20 | OK | |
r-devel-linux-x86_64-debian-gcc | 3.0 | 1.38 | 28.57 | 29.95 | OK | |
r-devel-linux-x86_64-fedora-clang | 3.0 | 56.70 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 3.0 | 56.76 | OK | |||
r-devel-osx-x86_64-clang | 3.0 | 50.20 | OK | |||
r-devel-windows-ix86+x86_64 | 3.0 | 4.00 | 46.00 | 50.00 | OK | |
r-patched-linux-x86_64 | 3.0 | 1.38 | 28.72 | 30.09 | OK | |
r-patched-solaris-sparc | 3.0 | 344.30 | OK | |||
r-patched-solaris-x86 | 3.0 | 79.70 | OK | |||
r-release-linux-ix86 | 3.0 | 1.75 | 41.21 | 42.96 | OK | |
r-release-linux-x86_64 | 3.0 | 1.42 | 29.05 | 30.47 | OK | |
r-release-osx-x86_64-mavericks | 3.0 | OK | ||||
r-release-osx-x86_64-snowleopard | 3.0 | OK | ||||
r-release-windows-ix86+x86_64 | 3.0 | 4.00 | 50.00 | 54.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 3.0 | 4.00 | 30.00 | 34.00 | ERROR |
Version: 3.0
Check: R code for possible problems
Result: NOTE
fitPP.fun: no visible global function definition for 'anyNA'
Flavor: r-oldrel-windows-ix86+x86_64
Version: 3.0
Check: examples
Result: ERROR
Running examples in 'NHPoisson-Ex.R' failed
The error most likely occurred in:
> ### Name: CalcRes.fun
> ### Title: Calculate NHPP residuals on overlapping intervals
> ### Aliases: CalcRes.fun
>
> ### ** Examples
>
>
> X1<-rnorm(1000)
> X2<-rnorm(1000)
>
> modE<-fitPP.fun(tind=TRUE,covariates=cbind(X1,X2),
+ posE=round(runif(40,1,1000)), inddat=rep(1,1000),
+ tim=c(1:1000), tit="Simulated example",start=list(b0=1,b1=0,b2=0),
+ dplot=FALSE,modCI=FALSE,modSim=TRUE)
Error in fitPP.fun(tind = TRUE, covariates = cbind(X1, X2), posE = round(runif(40, :
could not find function "anyNA"
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64