I attempted to install the developmental version of tidyverse with the following code:
devtools::install_github("tidyverse/ggplot2")
I'll be honest, I have no idea what this code does, I just copied and pasted from the internet. After I did this the functions in tidyverse stopped working and returned errors. I decided to uninstall tidyverse and re install it, hoping that would solve the error. Now I cannot install tidyverse. I get the following error:
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace ‘pillar’ 1.2.1 is being loaded, but >= 1.3.1 is required
I am confused so any help would be appreciated. Thank you.