I am having trouble with run/install ggbrace. This is the error I am visualizing:
'rlang' package opened successfully with MD5 somme check
Warning: can't remove a previous installation of package 'rlang'
Warning: restored 'rlang'
'glue' package successfully opened with MD5 checksums
Warning: it is not possible to remove a previous installation of package 'glue'
Warning: restored 'glue'
'cli' package successfully opened with MD5 checksums
Warning: it is not possible to remove a previous installation of package 'cli'
Warning: restored 'cli'
'utf8' package successfully opened with MD5 checksums
Warning: it is not possible to remove a previous installation of the package 'utf8'
Warning: restored 'utf8'
'vctrs' package successfully opened with MD5 checksums
Warning: unable to remove a previous installation of package 'vctrs'
Warning: restored 'vctrs'
'fansi' package successfully opened with MD5 checksums
Warning: cannot remove a previous installation of package 'fansi'
Warning: restored 'fansi'
The downloaded binary packages are in
C:\Users\skulls\AppData\Local\Temp\Rtmp2lSgat\downloaded_packages
── R CMD build ────────────────────────────────────────────────────────────────────────────────────────
Warning messages:
1: In file.copy(savedcopy, lib, recursive = TRUE) :
problem copying C:\Users\skulls\AppData\Local\R\win-library\4.3\00LOCK\rlang\libs\x64\rlang.dll to C:\Users\skulls\AppData\Local\R\win-library\4.3\rlang\libs\x64\rlang.dll: Permission denied
2: In file.copy(savedcopy, lib, recursive = TRUE) :
problem copying C:\Users\skulls\AppData\Local\R\win-library\4.3\00LOCK\glue\libs\x64\glue.dll to C:\Users\skulls\AppData\Local\R\win-library\4.3\glue\libs\x64\glue.dll: Permission denied
3: In file.copy(savedcopy, lib, recursive = TRUE) :
problem copying C:\Users\skulls\AppData\Local\R\win-library\4.3\00LOCK\cli\libs\x64\cli.dll to C:\Users\skulls\AppData\Local\R\win-library\4.3\cli\libs\x64\cli.dll: Permission denied
4: In file.copy(savedcopy, lib, recursive = TRUE) :
problem copying C:\Users\skulls\AppData\Local\R\win-library\4.3\00LOCK\utf8\libs\x64\utf8.dll to C:\Users\skulls\AppData\Local\R\win-library\4.3\utf8\libs\x64\utf8.dll: Permission denied
5: In file.copy(savedcopy, lib, recursive = TRUE) :
problem copying C:\Users\skulls\AppData\Local\R\win-library\4.3\00LOCK\vctrs\libs\x64\vctrs.dll to C:\Users\skulls\AppData\Local\R\win-library\4.3\vctrs\libs\x64\vctrs.dll: Permission denied
6: In file.copy(savedcopy, lib, recursive = TRUE) :
problem copying C:\Users\skulls\AppData\Local\R\win-library\4.3\00LOCK\fansi\libs\x64\fansi.dll to C:\Users\skulls\AppData\Local\R\win-library\4.3\fansi\libs\x64\fansi.dll: Permission denied
I thought to recall to the folder through the path C:\Users\skulls\AppData\Local\R\win-library\4.3\00LOCK\fansi\libs\x64\fansi.dll but it seems that I am able to find this folder. Is there a way to fix this - I mean to be able to find the right foder where the packages are installed and install ggbrace - without no unistall R? I though that unistalling R might be detrimental for all scripts.