CRAN Package Check Results for Package mvcauchy

Last updated on 2024-05-28 12:56:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 2.71 33.19 35.90 OK
r-devel-linux-x86_64-debian-gcc 1.0 2.16 24.87 27.03 ERROR
r-devel-linux-x86_64-fedora-clang 1.0 45.61 OK
r-devel-linux-x86_64-fedora-gcc 1.0 42.34 OK
r-devel-windows-x86_64 1.0 3.00 48.00 51.00 OK
r-patched-linux-x86_64 1.0 3.56 31.83 35.39 OK
r-release-linux-x86_64 1.0 3.13 32.00 35.13 OK
r-release-macos-arm64 1.0 18.00 OK
r-release-macos-x86_64 1.0 46.00 OK
r-release-windows-x86_64 1.0 4.00 49.00 53.00 OK
r-oldrel-macos-arm64 1.0 25.00 OK
r-oldrel-macos-x86_64 1.0 39.00 OK
r-oldrel-windows-x86_64 1.0 4.00 50.00 54.00 OK

Check Details

Version: 1.0
Check: examples
Result: ERROR Running examples in ‘mvcauchy-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: Cauchy naive Bayes classifier > ### Title: Cauchy naive Bayes classifier > ### Aliases: cauchy.nb > > ### ** Examples > > x <- as.matrix(iris[, 1:4]) > a <- cauchy.nb(x, x, ina = iris[, 5]) *** caught segfault *** address 0xfffffffffffffff9, cause 'memory not mapped' Traceback: 1: Rfast2::colcauchy.mle(x[ina == i, ]) 2: Rfast2::cauchy.nb(xnew, x, ina) 3: cauchy.nb(x, x, ina = iris[, 5]) An irrecoverable exception occurred. R is aborting now ... Segmentation fault Flavor: r-devel-linux-x86_64-debian-gcc