Tov Are Jacobsen

 Update R packages under Windows 7

When having installed R in the usual program files folder, updating the packages using update.packages() will not work due to write permissions in the folders.

 Try this:

 

  1. Open the start menu.
  2. Write cmd, then press Shift + Crtl + Enter at the same time to run the command shell as Administrator
  3. Navigate to the bin folder in the R installation and run R.
You should now be able to update all your R packages.