Last updated on 2024-11-09 02:48:54 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4-1 | 6.48 | 31.98 | 38.46 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.4-1 | 4.19 | 25.45 | 29.64 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.4-1 | 61.85 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.4-1 | 72.86 | ERROR | |||
r-devel-windows-x86_64 | 1.4-1 | 11.00 | 80.00 | 91.00 | OK | |
r-patched-linux-x86_64 | 1.4-1 | 5.81 | 30.19 | 36.00 | OK | |
r-release-linux-x86_64 | 1.4-1 | 5.83 | 30.15 | 35.98 | OK | |
r-release-macos-arm64 | 1.4-1 | 29.00 | OK | |||
r-release-macos-x86_64 | 1.4-1 | 54.00 | OK | |||
r-release-windows-x86_64 | 1.4-1 | 9.00 | 80.00 | 89.00 | OK | |
r-oldrel-macos-arm64 | 1.4-1 | 32.00 | OK | |||
r-oldrel-macos-x86_64 | 1.4-1 | 76.00 | OK | |||
r-oldrel-windows-x86_64 | 1.4-1 | 9.00 | 77.00 | 86.00 | OK |
Version: 1.4-1
Check: examples
Result: ERROR
Running examples in ‘msBP-Ex.R’ failed
The error most likely occurred in:
> ### Name: msBP.compute.prob
> ### Title: Compute binary tree of probabilities
> ### Aliases: msBP.compute.prob
>
> ### ** Examples
>
> S <-structure(list( T = list(1/8,c(1/3,1/3), c(1/4,1/4,1/4,1/4),
+ rep(1,8)), max.s=3), class = "binaryTree")
> R <-structure(list( T = list(1/2,c(1/2,1/2), c(1/4,1/2,1/2,1/2),
+ rep(1,8)), max.s=3), class = "binaryTree")
> RS <-structure(list(S = S, R = R), class = "msbpTree")
> probabilities <- msBP.compute.prob(RS)
*** caught segfault ***
address 0x1, cause 'memory not mapped'
Traceback:
1: msBP.compute.prob(RS)
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-devel-linux-x86_64-fedora-gcc