Reputation: 31
I'm trying to install the "tidyverse" package and I get the following warning:
Warning in install.packages : package ‘tidyverse’ is not available (for R version 3.2.2)
I can install each package individually, but who wants to do it again and again..! should I install the older version of R?
Upvotes: 0
Views: 1526
Reputation: 4416
Actually you need a newer not older version of R so update R and you should be good to go.
Upvotes: 2