Last updated on 2019-04-22 01:47:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 31.70 | 150.91 | 182.61 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 27.73 | 116.30 | 144.03 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 216.81 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 211.34 | OK | |||
r-devel-windows-ix86+x86_64 | 1.2.0 | 62.00 | 206.00 | 268.00 | OK | |
r-patched-linux-x86_64 | 1.2.0 | 29.58 | 149.72 | 179.30 | OK | |
r-patched-solaris-x86 | 1.2.0 | 287.90 | OK | |||
r-release-linux-x86_64 | 1.2.0 | 26.73 | 148.53 | 175.26 | OK | |
r-release-windows-ix86+x86_64 | 1.2.0 | 37.00 | 167.00 | 204.00 | OK | |
r-release-osx-x86_64 | 1.2.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.0 | 56.00 | 209.00 | 265.00 | ERROR | |
r-oldrel-osx-x86_64 | 1.1.0 | OK |
Version: 1.2.0
Check: examples
Result: ERROR
Running examples in 'RobAStBase-Ex.R' failed
The error most likely occurred in:
> ### Name: ComparePlot
> ### Title: Wrapper function for function comparePlot
> ### Aliases: ComparePlot
>
> ### ** Examples
>
> # Gamma
> fam <- GammaFamily()
> rfam <- InfRobModel(fam, ContNeighborhood(0.5))
> IC1 <- optIC(model = fam, risk = asCov())
> IC2 <- makeIC(list(function(x)sin(x),function(x)x^2), L2Fam = fam)
> Y <- distribution(fam)
> y <- r(Y)(100)
> ComparePlot(IC1, IC2, y, withCall = TRUE)
Error in topat[[i]] : subscript out of bounds
Calls: ComparePlot ... do.call -> .mpresubs -> .presubs -> sapply -> lapply -> FUN
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64