Subject: | R --slave --vanilla --gui=none is now R --slave --vanilla --gui=X11 |
$R->startR() hangs, because Linux.pm passes the R gui argument as
"none", when "X11" is needed.
98c98
< $this->{START_CMD} = "$this->{R_BIN} --slave --vanilla --gui=none" ;
---
Show quoted text
> $this->{START_CMD} = "$this->{R_BIN} --slave --vanilla --gui=X11" ;