I am trying to install the package "WRS" in R Studio Version 1.2.5033 but it does not work. I could not find answers for the problem online, thus I am starting possible ones here.
The code looks like this:
install.packages("WRS", repos="http://R-Forge.R-project.org")
library(WRS)
or
source("http://www-rcf.usc.edu/~rwilcox/Rallfun-v14")
The website http://www-rcf.usc.edu/~rwilcox/Rallfun-v14 does not work anymore but it should work with the active website http://R-Forge.R-project.org.
Does anyone know what/where the problem may be? Furthermore, how can I install the package WRS in R Studio Version 1.2.5033? At last, I know that the R Studio Version 1.2.5033 is one of the latest versions and maybe this is the problem. Yet, how can I solve it and keep using the version that I currently have?
Thanks!