I often use R (on Windows) to start many independent shell processes in external windows; e.g.:
shell("start cmd /K [run batch script]")
Once I close R the shell windows stay open and keep running. If I do this from within RStudio and then close RStudio it will close all shell windows.
While this might be a desirable behaviour for some users I would prefer to have the option that those windows are not closed when RStudio is closed. This since it is standard procedure (at least for pure R and other CMD instances) that a process called with "start" is not closed if the program from which it was launched is closed.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, per https://github.com/rstudio/rstudio/wiki/Issue-Grooming. Thank you for your contributions.
stalebot
added
the
stale
Issues which have been closed automatically due to inactivitiy.
label
Feb 6, 2021
I often use R (on Windows) to start many independent shell processes in external windows; e.g.:
shell("start cmd /K [run batch script]")
Once I close R the shell windows stay open and keep running. If I do this from within RStudio and then close RStudio it will close all shell windows.
While this might be a desirable behaviour for some users I would prefer to have the option that those windows are not closed when RStudio is closed. This since it is standard procedure (at least for pure R and other CMD instances) that a process called with "start" is not closed if the program from which it was launched is closed.
The text was updated successfully, but these errors were encountered: