Last updated on 2023-01-25 04:51:48 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.5 | 14.65 | 80.06 | 94.71 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.5 | 8.43 | 62.20 | 70.63 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.5 | 114.62 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.5 | 114.40 | OK | |||
r-patched-linux-x86_64 | 1.2.5 | 12.71 | 78.52 | 91.23 | OK | |
r-release-linux-x86_64 | 1.2.5 | 10.39 | 77.34 | 87.73 | OK | |
r-release-macos-arm64 | 1.2.5 | 42.00 | OK | |||
r-release-macos-x86_64 | 1.2.5 | 53.00 | OK | |||
r-release-windows-x86_64 | 1.2.5 | 24.00 | 110.00 | 134.00 | OK | |
r-oldrel-macos-arm64 | 1.2.4 | 40.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2.4 | 65.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.2.4 | 30.00 | 132.00 | 162.00 | ERROR |
Version: 1.2.4
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'sglasso-Ex.R' failed
The error most likely occurred in:
> ### Name: klcv
> ### Title: Cross-Validated Kullback-Leibler Divergence
> ### Aliases: klcv print.klcv
> ### Keywords: models
>
> ### ** Examples
>
> N <- 100
> p <- 5
> X <- matrix(rnorm(N * p), N, p)
> S <- crossprod(X) / N
> mask <- outer(1:p, 1:p, function(i,j) 0.5^abs(i-j))
> mask[1,5] <- mask[1,4] <- mask[2,5] <- NA
> mask[5,1] <- mask[4,1] <- mask[5,2] <- NA
> out.sglasso_path <- sglasso(S, mask, tol = 1.0e-13)
Warning in sglasso.fit(Sv = S@x, mask = mask, w = w, flg = flg, nrho = nrho, :
sglasso does not converge with code 2
> out.klcv <- klcv(out.sglasso_path, X)
Error in klcv(out.sglasso_path, X) : error in dpotrf or dpotri subroutine
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 1.2.4
Check: running examples for arch ‘x64’
Result: ERROR
Running examples in 'sglasso-Ex.R' failed
The error most likely occurred in:
> ### Name: klcv
> ### Title: Cross-Validated Kullback-Leibler Divergence
> ### Aliases: klcv print.klcv
> ### Keywords: models
>
> ### ** Examples
>
> N <- 100
> p <- 5
> X <- matrix(rnorm(N * p), N, p)
> S <- crossprod(X) / N
> mask <- outer(1:p, 1:p, function(i,j) 0.5^abs(i-j))
> mask[1,5] <- mask[1,4] <- mask[2,5] <- NA
> mask[5,1] <- mask[4,1] <- mask[5,2] <- NA
> out.sglasso_path <- sglasso(S, mask, tol = 1.0e-13)
Warning in sglasso.fit(Sv = S@x, mask = mask, w = w, flg = flg, nrho = nrho, :
sglasso does not converge with code 2
> out.klcv <- klcv(out.sglasso_path, X)
Error in klcv(out.sglasso_path, X) : error in dpotrf or dpotri subroutine
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64