CRAN Package Check Results for Package RclusTool

Last updated on 2025-02-06 01:49:21 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.91.6 23.11 160.00 183.11 OK
r-devel-linux-x86_64-debian-gcc 0.91.6 15.59 116.11 131.70 OK
r-devel-linux-x86_64-fedora-clang 0.91.6 330.58 OK
r-devel-linux-x86_64-fedora-gcc 0.91.6 293.59 OK
r-devel-windows-x86_64 0.91.6 24.00 160.00 184.00 OK
r-patched-linux-x86_64 0.91.6 23.99 149.82 173.81 OK
r-release-linux-x86_64 0.91.6 20.09 149.81 169.90 OK
r-release-macos-arm64 0.91.6 132.00 OK
r-release-macos-x86_64 0.91.6 131.00 OK
r-release-windows-x86_64 0.91.6 23.00 239.00 262.00 ERROR
r-oldrel-macos-arm64 0.91.6 81.00 OK
r-oldrel-macos-x86_64 0.91.6 104.00 OK
r-oldrel-windows-x86_64 0.91.6 30.00 198.00 228.00 OK

Check Details

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-release-windows-x86_64