Last updated on 2025-02-23 13:51:13 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 12.26 | 96.49 | 108.75 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 9.30 | 68.23 | 77.53 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 173.96 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 159.82 | OK | |||
r-devel-macos-arm64 | 1.0 | 48.00 | OK | |||
r-devel-macos-x86_64 | 1.0 | 86.00 | OK | |||
r-devel-windows-x86_64 | 1.0 | 16.00 | 99.00 | 115.00 | OK | |
r-patched-linux-x86_64 | 1.0 | 10.48 | 87.49 | 97.97 | OK | |
r-release-linux-x86_64 | 1.0 | 10.98 | 88.29 | 99.27 | OK | |
r-release-macos-arm64 | 1.0 | 47.00 | OK | |||
r-release-macos-x86_64 | 1.0 | 68.00 | OK | |||
r-release-windows-x86_64 | 1.0 | 14.00 | 96.00 | 110.00 | OK | |
r-oldrel-macos-arm64 | 1.0 | 49.00 | ERROR | |||
r-oldrel-macos-x86_64 | 1.0 | 84.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0 | 19.00 | 121.00 | 140.00 | OK |
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.007 0.001 0.007
Execution halted
Flavor: r-oldrel-macos-arm64
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.