Last updated on 2019-10-31 00:50:56 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0-18 | 22.13 | 112.15 | 134.28 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0-18 | 21.23 | 86.87 | 108.10 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0-18 | 170.66 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0-18 | 170.02 | OK | |||
r-devel-windows-ix86+x86_64 | 2.0-18 | 66.00 | 182.00 | 248.00 | OK | |
r-patched-linux-x86_64 | 2.0-18 | 21.97 | 107.62 | 129.59 | OK | |
r-patched-solaris-x86 | 2.0-18 | 202.40 | ERROR | |||
r-release-linux-x86_64 | 2.0-18 | 22.09 | 108.36 | 130.45 | OK | |
r-release-windows-ix86+x86_64 | 2.0-18 | 64.00 | 138.00 | 202.00 | OK | |
r-release-osx-x86_64 | 2.0-18 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 2.0-18 | 42.00 | 171.00 | 213.00 | OK | |
r-oldrel-osx-x86_64 | 2.0-18 | OK |
Version: 2.0-18
Check: examples
Result: ERROR
Running examples in ‘glmnet-Ex.R’ failed
The error most likely occurred in:
> ### Name: plot.cv.glmnet
> ### Title: plot the cross-validation curve produced by cv.glmnet
> ### Aliases: plot.cv.glmnet
> ### Keywords: models regression
>
> ### ** Examples
>
> set.seed(1010)
> n=1000;p=100
> nzc=trunc(p/10)
> x=matrix(rnorm(n*p),n,p)
> beta=rnorm(nzc)
> fx= (x[,seq(nzc)] %*% beta)
> eps=rnorm(n)*5
> y=drop(fx+eps)
> px=exp(fx)
> px=px/(1+px)
> ly=rbinom(n=length(px),prob=px,size=1)
> cvob1=cv.glmnet(x,y)
Error in intI(j, n = x@Dim[2], dn[[2]], give.dn = FALSE) :
'NA' indices are not (yet?) supported for sparse Matrices
Calls: cv.glmnet ... NextMethod -> predict.glmnet -> [ -> [ -> subCsp_cols -> intI
Execution halted
Flavor: r-patched-solaris-x86