I restarted R, and installed tibble. Here are some of the warnings:
package ‘rlang’ successfully unpacked and MD5 sums checked
Warning in install.packages : cannot remove prior installation of package ‘rlang’
Warning in install.packages : problem copying C:\Users\MB\Documents\R\win-library\3.6\00LOCK\rlang\libs\x64\rlang.dll to C:\Users\MB\Documents\R\win-library\3.6\rlang\libs\x64\rlang.dll: Permission denied
Warning in install.packages : restored ‘rlang’
package ‘tibble’ successfully unpacked and MD5 sums checked
Warning in install.packages : cannot remove prior installation of package ‘tibble’
Warning in install.packages : problem copying C:\Users\MB\Documents\R\win-library\3.6\00LOCK\tibble\libs\x64\tibble.dll to C:\Users\MB\Documents\R\win-library\3.6\tibble\libs\x64\tibble.dll: Permission denied
Warning in install.packages : restored ‘tibble’
The downloaded binary packages are in C:\Users\MB\AppData\Local\Temp\Rtmp0yUHkW\downloaded_packages
Is it a problem that the packages are in a temp folder?
The tidyverse library didn't load after this so I restarted RStudio and installed rlang. Here's what I got:
Installing package into ‘C:/Users/MB/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.6/rlang_0.4.7.zip'
Content type 'application/zip' length 1150409 bytes (1.1 MB)
downloaded 1.1 MB
package ‘rlang’ successfully unpacked and MD5 sums checked
Warning in install.packages : cannot remove prior installation of package ‘rlang’
Warning in install.packages : problem copying C:\Users\MB\Documents\R\win-library\3.6\00LOCK\rlang\libs\x64\rlang.dll to C:\Users\MB\Documents\R\win-library\3.6\rlang\libs\x64\rlang.dll: Permission denied
Warning in install.packages : restored ‘rlang’
The downloaded binary packages are in C:\Users\MB\AppData\Local\Temp\RtmpMFh1qy\downloaded_packages
Still getting this when I attempt library(tidyverse):
package �tidyverse� was built under R version 3.6.3Registered S3 method overwritten by 'dplyr':
method from
print.rowwise_df
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