Last updated on 2024-12-07 04:50:16 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.91.6 | 22.79 | 157.31 | 180.10 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.91.6 | 16.74 | 117.69 | 134.43 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.91.6 | 310.21 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.91.6 | 293.40 | OK | |||
r-devel-windows-x86_64 | 0.91.6 | 24.00 | 179.00 | 203.00 | OK | |
r-patched-linux-x86_64 | 0.91.6 | 20.98 | 149.78 | 170.76 | OK | |
r-release-linux-x86_64 | 0.91.6 | 21.54 | 149.79 | 171.33 | 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 | 26.00 | 171.00 | 197.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 | 28.00 | 206.00 | 234.00 | OK |
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