Last updated on 2017-07-15 08:47:02.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0-10 | 19.21 | 85.75 | 104.95 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.0-10 | 20.76 | 84.33 | 105.09 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.0-10 | 194.39 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 2.0-10 | 185.32 | OK | |||
| r-devel-windows-ix86+x86_64 | 2.0-10 | 79.00 | 150.00 | 229.00 | OK | |
| r-patched-linux-x86_64 | 2.0-10 | 20.09 | 82.85 | 102.94 | OK | |
| r-patched-solaris-x86 | 2.0-10 | 186.50 | ERROR | |||
| r-release-linux-x86_64 | 2.0-10 | 19.43 | 83.12 | 102.56 | OK | |
| r-release-windows-ix86+x86_64 | 2.0-10 | 60.00 | 188.00 | 248.00 | OK | |
| r-release-osx-x86_64 | 2.0-10 | OK | ||||
| r-oldrel-windows-ix86+x86_64 | 2.0-10 | 57.00 | 165.00 | 222.00 | OK | |
| r-oldrel-osx-x86_64 | 2.0-10 | OK |
Version: 2.0-10
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