CRAN Package Check Results for Package msBP

Last updated on 2024-10-19 07:51:41 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4-1 6.48 31.63 38.11 OK
r-devel-linux-x86_64-debian-gcc 1.4-1 4.30 24.27 28.57 OK
r-devel-linux-x86_64-fedora-clang 1.4-1 62.04 OK
r-devel-linux-x86_64-fedora-gcc 1.4-1 73.46 ERROR
r-devel-windows-x86_64 1.4-1 10.00 77.00 87.00 OK
r-patched-linux-x86_64 1.4-1 6.34 29.95 36.29 OK
r-release-linux-x86_64 1.4-1 6.09 30.15 36.24 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 10.00 96.00 106.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 80.00 90.00 OK

Check Details

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