CRAN Package Check Results for Package RclusTool

Last updated on 2023-04-01 21:54:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.91.5 22.02 192.09 214.11 OK
r-devel-linux-x86_64-debian-gcc 0.91.5 18.53 141.27 159.80 OK
r-devel-linux-x86_64-fedora-clang 0.91.5 276.16 NOTE
r-devel-linux-x86_64-fedora-gcc 0.91.5 274.06 OK
r-devel-windows-x86_64 0.91.5 48.00 284.00 332.00 ERROR
r-patched-linux-x86_64 0.91.5 24.08 177.07 201.15 OK
r-release-linux-x86_64 0.91.5 27.14 199.58 226.72 OK
r-release-macos-arm64 0.91.5 69.00 OK
r-release-macos-x86_64 0.91.5 159.00 OK
r-release-windows-x86_64 0.91.5 100.00 240.00 340.00 OK
r-oldrel-macos-arm64 0.91.5 49.00 OK
r-oldrel-macos-x86_64 0.91.5 144.00 OK
r-oldrel-windows-ix86+x86_64 0.91.5 51.00 235.00 286.00 OK

Check Details

Version: 0.91.5
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.5
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)
    Unable to save metafile to the clipboard
    Error in structure(.External(.C_dotTcl, ...), class = "tclObj") :
     [tcl] can't get device image.
    Calls: KmeansAutoElbow -> tkrplot -> .Tcl -> structure
    Execution halted
Flavor: r-devel-windows-x86_64