-
When working over a network connection that glitches, the entire R process dies, that can be catastrophic for in-work processes. What best-practices are available to mitigate this? Perhaps an option is to allow the user to customize the command line when calling an interpreter? As an example, I use (Background: I'm an emacs/ess user and regularly have 3+ R sessions running in my emacs sessions. Occasionally I like to disconnect an R session and get back to it later or from elsewhere.) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You can configure Positron to leave R running for a set time period after Positron itself is closed. If you re-open Positron (in the same workspace, on the same machine) and the R session is still running, Positron will re-attach to it instead of creating a new session. You can find that setting here: ![]() No tools yet to manage these sessions (they are implicitly bound to a workspace); work on that is outlined here: #5982 |
Beta Was this translation helpful? Give feedback.
You can configure Positron to leave R running for a set time period after Positron itself is closed. If you re-open Positron (in the same workspace, on the same machine) and the R session is still running, Positron will re-attach to it instead of creating a new session. You can find that setting here:
No tools yet to manage these sessions (they are implicitly bound to a workspace); work on that is outlined here: #5982