Skip to content

Gui immediately closes when started from command-line

3 messages · Albert-Jan Roskam, Jonathan Gabris

#
I had a problem similar to this I think. Though I cannot remember the 
symptoms.
Something to to with the lack of possible interaction with the console 
as I was using R as a backend to a Qt interface.

To solve the problem I used the flag: '--ess'
(using '--vanilla' is also a good idea)

(cf Appendix B:Invoking R, in one of the R manuals)

Hope this helps.

Jonathan.