Hello,
I have a problem with installing tidyverse and dplyr library. I used
Trace(utils:::unpackPkgZip, edit=TRUE)
and changed the sys.sleep to 2 but still the problem stands.
because of antivirus I use :
install.packages("tidyverse", type = "binary"),
and it seems fine but when I run library(tidyverse) it gives me the error:
Error:package or namespace load failed for ‘tidyverse’ in load namespace(j <- i[[1L]],c(lib.loc, .libpaths()),, versionCheck = vI[[j]])
namespace "R6" 2.2.0 is already loaded , but >=2.2.2 is required.
I tried to install R6 version 2.2.2 but it is not installing.
Any suggestions?