I am running the latest version of Rstudio (1.1.453) on Mac. Since installing the latest version of R-Studio, I can no longer get tidyverse package to load. Any suggestions on how I can fix this?
I get the following error message.
library("tidyverse", lib.loc="/Library/Frameworks/R.framework/Versions/3.5/Resources/library")
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
there is no package called ‘dplyr’
When you have a solution in a question you asked, you can mark the topic as solved so that others know that there is a solution. Moreover, the solution is reference in the first question to easily find it.
I let you read the linked post and do it here! Thanks!