Installing Rstudio!

Installing R program does not require admin rights.

I am wondering why installing RStudio Desktop needs admin rights?

Thanks

The admin rights are for the installer, not for RStudio. It does things like associate itself with .R files and install itself into the protected Program Files directory. The installer needs admin rights to do that.

RStudio itself does not need admin rights. If you want to use it without admin rights, get the installer-less version:

Scroll down to the ".zip" file -- unpack it anywhere and run rstudio.exe as an ordinary user.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.