You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[0, 11, 23]
Trying 2.0-18
Error in stopifnot(length(class2) == 1L) : reached elapsed time limit
2.0-18 works
[12, 17, 23]
Trying 4.1-1
Error in .Fortran("get_int_parms2", epsnr = double(1), mxitnr = integer(1), :
"get_int_parms2" not available for .Fortran() for package "glmnet"
4.1-1 does not work
[12, 14, 16]
Trying 3.0
Error in coef.cv.glmnet(cvfit, s = "lambda.min") :
could not find function "coef.cv.glmnet"
3.0 does not work
[12, 12, 13]
Trying 3.0-1
Error in coef.cv.glmnet(cvfit, s = "lambda.min") :
could not find function "coef.cv.glmnet"
3.0-1 does not work
The text was updated successfully, but these errors were encountered:
The fix is replacing the internal coef.cv.glmnet() function with the coef() generic function. This fix works for all versions of glmnet 2 through the current 4 version. I think the glmnet authors should not have made that internal function public to begin with. Pull request incoming.
omsai
added a commit
to omsai/ProTINA
that referenced
this issue
Nov 4, 2024
The
protina()
function fails with glmnet >= 3.Rscript to reproduce the fault using the example data from the README:
Output from the R test script:
The text was updated successfully, but these errors were encountered: