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:
- Open the start menu.
- Write cmd, then press Shift + Crtl + Enter at the same time to run the command shell as Administrator
- Navigate to the bin folder in the R installation and run R.
You should now be able to update all your R packages.
