HenrikBengtsson / startup

:wrench: R package: startup - Friendly R Startup Configuration
https://henrikbengtsson.github.io/startup/
163 stars 5 forks source link

startup::restart() on Windows Rgui opens another Rgui as well #57

Closed HenrikBengtsson closed 6 years ago

HenrikBengtsson commented 6 years ago

When using startup::restart() from Rgui on Windows, another Rgui instance is opened while keeping the previous one in a waiting state and becomes non-functional. When the new Rgui instance quits, then the original one also quits.

At a minimum, this should be documented and an informative warning message could be produced in the original window.