Error in library(glmnet) : there is no package called ‘glmnet’

I am at newest version of rstudio on desktop and cant find glmnet package. RStudio version 1.2.5019

install.packages("glmnet")
Warning in install.packages :
package ‘glmnet’ is not available (for R version 3.5.2)

glmnet requieres R >= 3.6.0 so you would have to update R to be able to install it (not RStudio which is an IDE for the R language).

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.