Subject: | error message with recent versions of R |
The option "--gui=none" used to start R is obsolete for recent versions of R. Thus the line in the Linux.pm:
$this->{START_CMD} = "$this->{R_BIN} --slave --vanilla --gui=none"
should be
$this->{START_CMD} = "$this->{R_BIN} --slave --vanilla"
Otherwise an error message is launched when R is started.