CRAN Package Check Results for Package msBP

Last updated on 2024-10-13 09:51:02 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4-1 6.63 31.60 38.23 OK
r-devel-linux-x86_64-debian-gcc 1.4-1 4.47 24.40 28.87 OK
r-devel-linux-x86_64-fedora-clang 1.4-1 65.96 OK
r-devel-linux-x86_64-fedora-gcc 1.4-1 73.46 ERROR
r-devel-windows-x86_64 1.4-1 10.00 78.00 88.00 OK
r-patched-linux-x86_64 1.4-1 6.34 30.22 36.56 OK
r-release-linux-x86_64 1.4-1 5.57 29.90 35.47 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 81.00 91.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 79.00 88.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