CRAN Package Check Results for Maintainer ‘Tianxi Li <tianxili at umn.edu>’

Last updated on 2024-05-01 03:54:21 CEST.

Package ERROR OK
HCD 1 12
NetworkReg 13

Package HCD

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.006 0.001 0.006 Execution halted Flavor: r-oldrel-macos-arm64

Package NetworkReg

Current CRAN status: OK: 13