rrstudiorstudio-server

Is it possible to disable the RStudio connections pane?


I wonder if we can disable the RStudio Connection Pane altogether?

What I tried so far:

I am running RStudio Server 1.3.959 (Middlemist Red) for Ubuntu Bionic with R4.0.0 installed.


Solution

  • What works for me is setting options(connectionObserver = NULL) before starting the connection. I do this on a case by case basis, but you could set it on the .rProfile file for it to be a default.