I'm trying to install ROCR package using command install.packages("ROCR"), but it gives the following error:
Warning in install.packages :
package ‘ROCR’ is not available (for R version 3.4.4)
And the package doesn't appear in my list of packages. I also tried installing it from the install option in the "Packages" window, but it didn't work either. Do you know how I can fix this? I have also selected all repositories from setRepositories().
Thanks,