Each time I try to load a package - specifically dplyr, readr, ggplot2 - I get the following message:
library(dplyr)
Error: package or namespace load failed for ‘dplyr’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace ‘pillar’ 1.4.7 is being loaded, but >= 1.5.1 is required
In addition: Warning message:
package ‘dplyr’ was built under R version 3.6.3
I run R version 3.6.1 I have updated and run updated.packages(ask = FALSE, checkBuilt = TRUE)
(and got 40 warnings !) and still get the same Error message
This all started because I thought I had installed dplyr but when calling 'group_by' the console message was that the group_by function was not recognised.
Feeling frustrated. What to do ?
Why can I not install packages ?