This topic has popped up repeatedly, but no solid solution has been given anywhere, other than downgrading to RStudio-2022.*
I have to run RStudio in admin mode because of workplace restrictions, and when I do that, I get the message that R doesn't appear to be installed (though it definitely is). This issue does not happen when I start RStudio in general mode.
I'd like to use the latest RStudio version, but this makes it impossible.
(Similar issues have been reported here: Rstudio RStudio-2023.03.0-386 refuses to open in administrator mode and here: RStudio IDE not opening on Windows 10 when run as administrator)
I actually recently came across a solution to this issue but forget to update my previous post.
The solution:
Right click the RStudio shortcut > Navigate to the Shortcut Tab > Add --no-sandbox to the end of the Target field so it looks like "C:\Program Files\RStudio\rstudio.exe" --no-sandbox
Then running as administrator should work. It does for me.
1 Like
Thank you so much, Jazon!
This absolutely solved my problem!
This topic was automatically closed 21 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.