I am running RStudio Desktop 2025.05.1+513 and R 4.5.0 on a Dell Precision 7780 (13th Gen Intel Core i9-13950HX; 64GB RAM).
RStudio takes a long time opening with the splash screen up for an extended period of time (basically until I manually open the RStudio window). Once open, RStudio seems fine and I am able to navigate around and type. I am NOT able to open a new blank script. I am NOT able to execute any R code. The R console startup message appears fine and I am able to submit code to the console for execution from my script (or even submit directly through the console) and the code appears in the console, but that's it. It stalls. The code does not run, no matter how simple (like 1+1
). There is NO stop sign, NO ">
". I am able to submit new code to the console and it appears, but still just stalled.
I switched to VSCode and I am able to open and run my R scripts normally without issue.