CRAN Package Check Results for Package RclusTool

Last updated on 2024-09-27 02:48:35 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.91.6 22.64 159.66 182.30 OK
r-devel-linux-x86_64-debian-gcc 0.91.6 15.07 115.40 130.47 OK
r-devel-linux-x86_64-fedora-clang 0.91.6 304.45 NOTE
r-devel-linux-x86_64-fedora-gcc 0.91.6 295.97 OK
r-devel-windows-x86_64 0.91.6 24.00 171.00 195.00 OK
r-patched-linux-x86_64 0.91.6 23.90 149.20 173.10 OK
r-release-linux-x86_64 0.91.6 21.48 150.25 171.73 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 210.00 233.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 31.00 221.00 252.00 OK

Check Details

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