rrstudio

R studio not responding


My RStudio is opening multiple processes(opening R Studio in different windows) when I open just one. I am not able to open any project. It becomes unresponsive. I tried using in compatibility mode, running as admin and also uninstalled. But still,(here's the image) the same problem persists. Can someone please help me?


Solution

  • Before you reinstall everything, which may take a lot of time, it is worth removing application data, which is a cache R keeps of last sessions etc. It involves settings such as information from last session, etc which RStudio tries to reopen every time you open it.

    For app data, look under your user folder which must be somewhere like

    c:\Users\<your_user_here\AppData\Local
    c:\Users\<your_user_here\AppData\Local\LocalLow
    c:\Users\<your_user_here\AppData\Roaming
    

    Delete every subfolder called R, RStudio-Desktop or RStudio under these folders. Don't worry, you won't lose your source program files and projects. It may help you recover everything without having to start over from scratch.