RStudio Desktop IDE Application Logs

Follow

If you are experiencing difficulties with the RStudio Desktop IDE, then finding your RStudio application logs may help you get to the bottom of your problem. To browse the directory containing the logs, you can do the following:

From within RStudio Desktop IDE:

Help Menu -> Diagnostics -> Show Log Files

Or if RStudio Desktop IDE is not starting:

Windows:

You can open an Explorer window to the log file directory by typing the following command into Start -> Run:

 %LOCALAPPDATA%\RStudio\log

Mac OS X:

You can open a Finder window to the log file directory by typing the following command at the Terminal:

open ~/.local/share/rstudio/log

Linux:

The log file can be found in this directory: 

~/.local/share/rstudio/log

You can open it with a file browser or the text editor of your choice.

Return to Troubleshooting Guide: Using RStudio

Go to RStudio Server - Application Logs

Comments