Log files
If you are experiencing difficulties with the RStudio Desktop IDE, then finding your RStudio application logs could expose the issue. To browse the directory containing the logs from within RStudio Desktop IDEi, open Help Menu > Diagnostics > Show Log Files.
RStudio Desktop IDE is not starting
Windows
Open an Explorer window to the log file directory by typing the following command into Start > Run:
%LOCALAPPDATA%\RStudio\logmacOS
Open a Finder window to the log file directory by typing the following command at a terminal:
open ~/.local/share/rstudio/logLinux
The log file is located in this directory:
~/.local/share/rstudio/logOpen the log files directly from the file browser or with the text editor of your choice.