Unable to install alr3

I cannot remember how to install a package not available in the current version of R (If you were wondering, this lack of cognition is due to a severe illness). I need to install alr3, created under version 3.03 (I believe). I cannot find a compatible version of it either.

My code:
install.packages("alr3")

The reply:
Warning in install.packages :
package ‘alr3’ is not available for this version of R

I need this package to complete my project. Any help would be much appreciated.

You could try to install it from GitHub

But being such an old package, there is no guarantee that it is going to work.

remotes::install_github("cran/alr3")

Thank you so much! You are a rockstar!

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.