CRAN Package Check Results for Package EMCluster

Last updated on 2024-12-21 15:50:06 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2-16 24.73 72.14 96.87 ERROR
r-devel-linux-x86_64-debian-gcc 0.2-16 17.85 54.14 71.99 ERROR
r-devel-linux-x86_64-fedora-clang 0.2-16 158.54 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2-16 169.20 ERROR
r-devel-windows-x86_64 0.2-16 45.00 114.00 159.00 ERROR
r-patched-linux-x86_64 0.2-16 24.35 71.07 95.42 OK
r-release-linux-x86_64 0.2-16 24.13 70.73 94.86 OK
r-release-macos-arm64 0.2-16 67.00 OK
r-release-macos-x86_64 0.2-16 134.00 OK
r-release-windows-x86_64 0.2-16 47.00 136.00 183.00 OK
r-oldrel-macos-arm64 0.2-16 65.00 OK
r-oldrel-macos-x86_64 0.2-16 123.00 OK
r-oldrel-windows-x86_64 0.2-16 44.00 130.00 174.00 OK

Additional issues

0len gcc-UBSAN

Check Details

Version: 0.2-16
Check: examples
Result: ERROR Running examples in ‘EMCluster-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: EM Algorithm > ### Title: EM Algorithm for model-based clustering > ### Aliases: emcluster shortemcluster simple.init 'emret class' 'emobj > ### object' > ### Keywords: programming > > ### ** Examples > > library(EMCluster, quietly = TRUE) > set.seed(1234) > x1 <- da1$da > > emobj <- simple.init(x1, nclass = 10) *** caught segfault *** address 0x1, cause 'memory not mapped' Traceback: 1: init.EM(x, nclass = nclass, lab = lab, EMC = EMC, stable.solution = stable.solution, min.n = min.n, min.n.iter = min.n.iter, method = "Rnd.EM") 2: rand.EM(x, nclass, EMC = .emc, stable.solution = FALSE, min.n.iter = 1) 3: simple.init(x1, nclass = 10) An irrecoverable exception occurred. R is aborting now ... Segmentation fault Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.2-16
Check: examples
Result: ERROR Running examples in ‘EMCluster-Ex.R’ failed The error most likely occurred in: > ### Name: EM Algorithm > ### Title: EM Algorithm for model-based clustering > ### Aliases: emcluster shortemcluster simple.init 'emret class' 'emobj > ### object' > ### Keywords: programming > > ### ** Examples > > library(EMCluster, quietly = TRUE) > set.seed(1234) > x1 <- da1$da > > emobj <- simple.init(x1, nclass = 10) *** caught segfault *** address 0x1, cause 'memory not mapped' Traceback: 1: init.EM(x, nclass = nclass, lab = lab, EMC = EMC, stable.solution = stable.solution, min.n = min.n, min.n.iter = min.n.iter, method = "Rnd.EM") 2: rand.EM(x, nclass, EMC = .emc, stable.solution = FALSE, min.n.iter = 1) 3: simple.init(x1, nclass = 10) An irrecoverable exception occurred. R is aborting now ... Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.2-16
Check: examples
Result: ERROR Running examples in 'EMCluster-Ex.R' failed The error most likely occurred in: > ### Name: EM Algorithm > ### Title: EM Algorithm for model-based clustering > ### Aliases: emcluster shortemcluster simple.init 'emret class' 'emobj > ### object' > ### Keywords: programming > > ### ** Examples > > library(EMCluster, quietly = TRUE) > set.seed(1234) > x1 <- da1$da > > emobj <- simple.init(x1, nclass = 10) Flavor: r-devel-windows-x86_64