Hi all,
I am having trouble updating the cli file needed to install the camraptor package.
I tried installing the other require packages but then get stuck in a loop that keeps telling me R needs to restart to install packages. when I say yes I get in the loop
> install.packages(c("devtools", "tidyverse", "activity", "Distance"))
Error in install.packages : Updating loaded packages
Restarting R session...
> install.packages(c("devtools", "tidyverse", "activity", "Distance")) Error in install.packages : Updating loaded packages
when I say no it will try to build the packages but I get error messages with updating the cli package.
package ‘cli’ successfully unpacked and MD5 sums checked
Warning in install.packages :
cannot remove prior installation of package ‘cli’
Warning in install.packages :
problem copying C:\Users\IARDA\AppData\Local\R\win-library\4.2\00LOCK\cli\libs\x64\cli.dll to C:\Users\IARDA\AppData\Local\R\win-library\4.2\cli\libs\x64\cli.dll: Permission denied
I don't know what to do to resolve this.
Thanks for any suggestions!
Mariska