CRAN Package Check Results for Maintainer ‘Pierre-Alexandre Hebert <hebert at univ-littoral.fr>’

Last updated on 2024-05-26 12:51:42 CEST.

Package ERROR NOTE OK
RclusTool 1 1 11

Package RclusTool

Current CRAN status: ERROR: 1, NOTE: 1, OK: 11

Version: 0.91.6
Check: package dependencies
Result: NOTE Imports includes 23 non-default packages. Importing from so many packages makes the package vulnerable to any of them becoming unavailable. Move as many as possible to Suggests and use conditionally. Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.91.6
Check: examples
Result: ERROR Running examples in 'RclusTool-Ex.R' failed The error most likely occurred in: > ### Name: KmeansAutoElbow > ### Title: Kmeans clustering with automatic estimation of number of > ### clusters > ### Aliases: KmeansAutoElbow > ### Keywords: internal > > ### ** Examples > > dat <- rbind(matrix(rnorm(100, mean = 0, sd = 0.3), ncol = 2), + matrix(rnorm(100, mean = 2, sd = 0.3), ncol = 2), + matrix(rnorm(100, mean = 4, sd = 0.3), ncol = 2)) > > res <- KmeansAutoElbow(dat, Kmax=20, graph=TRUE) Error in structure(.External(.C_dotTcl, ...), class = "tclObj") : [tcl] can't get device image. Calls: KmeansAutoElbow -> tkrplot -> .Tcl -> structure Execution halted Flavor: r-oldrel-windows-x86_64