CRAN Package Check Results for Package didec

Last updated on 2025-12-24 23:50:13 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 8.98 65.67 74.65 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.0 5.96 46.99 52.95 ERROR
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 81.00 93.00 OK
r-patched-linux-x86_64 0.1.0 9.29 63.41 72.70 OK
r-release-linux-x86_64 0.1.0 8.38 64.00 72.38 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 15.00 101.00 116.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: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### 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 Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

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.