Last updated on 2024-12-18 19:49:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4-1 | 6.16 | 31.10 | 37.26 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.4-1 | 4.20 | 24.81 | 29.01 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.4-1 | 63.30 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.4-1 | 76.91 | ERROR | |||
r-devel-windows-x86_64 | 1.4-1 | 11.00 | 79.00 | 90.00 | OK | |
r-patched-linux-x86_64 | 1.4-1 | 6.00 | 29.59 | 35.59 | OK | |
r-release-linux-x86_64 | 1.4-1 | 5.60 | 29.89 | 35.49 | 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 | 92.00 | 101.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 | 10.00 | 82.00 | 92.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