Thank you. I installed and loaded the dplyr package and then tried loading the tidyverse and got this:
> library(tidyverse)
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace ‘tibble’ 2.1.3 is already loaded, but >= 3.0.0 is required
In addition: Warning message:
package ‘tidyverse’ was built under R version 3.6.3
Do I just keep installing the packages it says in the error messages until the problem is solved?