How to install glmnet on R 3.2.3

i need to install glmnet package for my R, but it said it doesn't support the version i installed (3.2.3).

I have tried to install R 3.6. the problem i am facing is that to install R 3.6, i need libc6 > 2.29 but my libc6 is 2.23. I have searched online that it is not recommended to change your libc6 version since most of the apps are dependent on it.

Is there any workaround? For example, install an older version of glmnet?

4

1 Answer

In the end, i did not choose to update my libc6 to a newer version to support the R 4.0 because change in libc can cause some problems.

What i did was to look for a older version of glmnet from the archive and installed it with my older version of R (3.2.3) and it worked perfectly!

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like