CRAN Package Check Results for Package didec

Last updated on 2025-12-28 01:48:37 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 9.30 72.40 81.70 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 5.33 51.95 57.28 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 16.00 120.28 136.28 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 16.00 116.73 132.73 OK
r-devel-windows-x86_64 0.1.0 12.00 78.00 90.00 ERROR
r-patched-linux-x86_64 0.1.0 9.29 63.41 72.70 OK
r-release-linux-x86_64 0.1.0 9.63 62.89 72.52 OK
r-release-macos-arm64 0.1.0 OK
r-release-macos-x86_64 0.1.0 5.00 49.00 54.00 OK
r-release-windows-x86_64 0.1.0 12.00 80.00 92.00 OK
r-oldrel-macos-arm64 0.1.0 OK
r-oldrel-macos-x86_64 0.1.0 5.00 61.00 66.00 OK
r-oldrel-windows-x86_64 0.1.0 16.00 99.00 115.00 OK

Check Details

Version: 0.1.0
Check: examples
Result: ERROR Running examples in 'didec-Ex.R' failed The error most likely occurred in: > ### Name: VarClustPartition > ### Title: Hierarchical variable clustering. > ### Aliases: VarClustPartition > > ### ** Examples > > library(didec) > n <- 50 > X1 <- rnorm(n,0,1) > X2 <- X1 > X3 <- rnorm(n,0,1) > X4 <- X3 + X2 > X <- data.frame(X1=X1,X2=X2,X3=X3,X4=X4) > vcp <- VarClustPartition(X, + dist.method = c("PD"), + part.method = c("optimal"), + criterion = c("Silhouette"), + plot = TRUE) Error in `[.data.table`(df_X, , `:=`(rnn, .randomNN(id)), by = "group") : attempt access index 2/2 in VECTOR_ELT Calls: VarClustPartition ... codec -> .estimateT -> .estimateQ -> [ -> [.data.table Execution halted Flavor: r-devel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.