Last updated on 2018-06-01 08:49:00 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.4 | 2.02 | 22.74 | 24.76 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.4 | 1.23 | 20.45 | 21.68 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.4 | 33.93 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 35.01 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.4 | 5.00 | 59.00 | 64.00 | OK | |
r-patched-linux-x86_64 | 0.1.4 | 1.77 | 24.15 | 25.92 | ERROR | |
r-patched-solaris-x86 | 0.1.4 | 46.60 | OK | |||
r-release-linux-x86_64 | 0.1.4 | 2.09 | 24.75 | 26.84 | ERROR | |
r-release-windows-ix86+x86_64 | 0.1.4 | 3.00 | 56.00 | 59.00 | OK | |
r-release-osx-x86_64 | 0.1.4 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.4 | 5.00 | 40.00 | 45.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