Installing packages in Rstudio

4

I can not install any Rstudio packages on my notebook. Does anyone know what I should do? This message appears below:

    
asked by anonymous 10.12.2015 / 13:37

1 answer

1

You have to change the permissions of the given folder (assuming you have permission to do so):

  • goes to the folder in question
  • Right-click the icon of the
  • Choose "Properties"
  • Security tab
  • "Users" group
  • Click on "Edit"
  • Select all the boxes that are not selected to allow corresponding actions

In principle this will solve the problem.

Alternatively try running RStudio as an administrator (although the first solution is the most desirable).

    
11.12.2015 / 08:28