Last updated on 2024-10-31 10:50:33 CET.
Package | ERROR | OK |
---|---|---|
HCD | 1 | 12 |
NetworkReg | 13 |
Current CRAN status: ERROR: 1, OK: 12
Version: 1.0
Check: examples
Result: ERROR
Running examples in ‘HCD-Ex.R’ failed
The error most likely occurred in:
> ### Name: HCD
> ### Title: hierarchical community detection with recursive spectral methods
> ### Aliases: HCD
> ### Keywords: HCD BTSBM
>
> ### ** Examples
>
> dt <- BTSBM(n=1600,d=4,a.seq=0.2^seq(0,4),lambda=50)
> A <- dt$A.list[[1]]
> # you can try various versions of the algorithm as below: the Fix is fastest and ECV is slowest.
> system.time(HCD.result <- HCD(A,method="SC",stopping="Fix",D=4))
Begin clustering....
Error in irlba(f, nu = 2, nv = 2) :
function 'as_cholmod_sparse' not provided by package 'Matrix'
Calls: system.time -> HCD -> break.cl.sp -> irlba
Timing stopped at: 0.005 0 0.005
Execution halted
Flavor: r-oldrel-macos-arm64
Current CRAN status: OK: 13