5
I cannot install any Rstudio package on my laptop. Does anyone know what I should do? Appears this message below:
5
I cannot install any Rstudio package on my laptop. Does anyone know what I should do? Appears this message below:
2
You need to change the permissions of the specified folder (assuming you have permission to do so):
In principle this will solve the problem.
Alternatively try running Rstudio as administrator (although the first solution is the most desirable).
Browser other questions tagged rstudio
You are not signed in. Login or sign up in order to post.
If the problem persists after making the suggestion of Alexandre( more indicated ), you can try to manually install the packages, guide
Packages->install
, can use the CRAN repository or download the package in . zip, . gz, . tar etc and install from the location, here you find a tutorial on how to add packages manually.– Rodrigo Silva
Probably your problem is in anti-virus, you need to grant permission from the program to access the folders
– Lucas Dallacorte