Last updated on 2023-02-06 21:54:59 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.5 | 10.37 | 79.54 | 89.91 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.5 | 10.18 | 61.94 | 72.12 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.5 | 117.49 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.5 | 116.07 | OK | |||
r-devel-windows-x86_64 | 1.2.5 | 32.00 | 118.00 | 150.00 | OK | |
r-patched-linux-x86_64 | 1.2.5 | 12.79 | 80.25 | 93.04 | OK | |
r-release-linux-x86_64 | 1.2.5 | 11.19 | 80.54 | 91.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 | 19.00 | 121.00 | 140.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