Last updated on 2018-05-14 01:46:44 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 1.94 | 23.35 | 25.29 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 1.69 | 20.27 | 21.96 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 34.28 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 32.95 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.4 | 7.00 | 54.00 | 61.00 | OK | |
r-patched-linux-x86_64 | 0.1.4 | 2.04 | 24.15 | 26.19 | ERROR | |
r-patched-solaris-x86 | 0.1.4 | 48.40 | OK | |||
r-release-linux-x86_64 | 0.1.4 | 1.33 | 24.31 | 25.64 | ERROR | |
r-release-windows-ix86+x86_64 | 0.1.4 | 7.00 | 54.00 | 61.00 | OK | |
r-release-osx-x86_64 | 0.1.4 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.4 | 3.00 | 37.00 | 40.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.4 | OK |
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘imPois-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: update.impinf
> ### Title: Applying Bayes Rule
> ### Aliases: update.impinf update2.impinf
>
> ### ** Examples
>
>
> # 2-dimensions
> lc0 <- list(lhs=rbind(diag(2), -diag(2)), rhs=c(0,0,-1,-1))
> op <- iprior(ui=rbind(diag(2), -diag(2)), ci=c(0,0,-1,-1))
> op <- iprior(ui=rbind(c(1,0),c(0,1),c(-1,-1)), ci=c(0,0,-5))
> op <- iprior(ui=rbind(c(1,0),c(0,1),c(0,-1),c(1,1),c(-2,-1)),
+ ci=c(1,2,-8,5,-14)) # (3,8),(1,8), (1,4),(3,2)(6,2)
> op1 <- update(op, y=NULL)
Error in if (wrt == "canonical") { : the condition has length > 1
Calls: update -> update.impinf -> apply -> FUN
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