Re: [R] Gui immediately closes when started from command-line

2011-05-19 Thread Albert-Jan Roskam
, May 19, 2011 9:54:13 AM Subject: Re: [R] Gui immediately closes when started from command-line 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

Re: [R] Gui immediately closes when started from command-line

2011-05-19 Thread 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 Appe