I am trying to install a package from github which requires me to update several other packages. I keep running into the same error with different package updates:
Warning message:
In file.copy(savedcopy, lib, recursive = TRUE) :
problem copying D:\OfirL1\Documents\R\win-library\3.6\00LOCK\rlang\libs\x64\rlang.dll to D:\OfirL1\Documents\R\win-library\3.6\rlang\libs\x64\rlang.dll: Permission denied
I tried reinstalling manually, but the same error occurs. Tried from a vanilla session of R.
I went to the win-library\3.6
directory but there is no 00LOCK
folder there at all, so I can't figure out what causes this issue.