(I work with Windows, and RStudio. Both RStudio and R are updated as of today)
I installed the tidyverse package (install.packages("tidyverse")) but when I want to load it (library(tidyverse)) I get an error saying that some package is missing, a new one every time. I have tried installing those packages one by one but I am on the 5th one now and keep getting a new, similar error saying that a new package isn´t installed. So far: ‘plyr’, ‘psych’, ‘gtable’, ‘reshape2’, ‘scales’... in that order... I quit trying at this point thinking that there must be some kind of problem.
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘scales’
I have searched other questions here but have not found a helpful answer so far. Any hint?
Thanks!