Reputation: 21
I am not able to install "arules" package on my machine. I am using windows with R version 3.2.2.
install.packages("arules")
Warning in install.packages : package ‘arules’ is not available (for R version 3.2.2)
Please help!!
Upvotes: 2
Views: 1405
Reputation: 213
I had a similar error when i updated R to 4.1.xx. I had to uninstall R and re-install 4.0.xx It solved the error for me. I suspect you are getting this error cause the version of R you are using is a bit old. uninstall R and update it to 4.0.xx.
tutorial for updating R https://www.r-statistics.com/2015/06/a-step-by-step-screenshots-tutorial-for-upgrading-r-on-windows/
Upvotes: 1