Skip Menu |

This queue is for tickets about the Statistics-R CPAN distribution.

Report information
The Basics
Id: 17925
Status: resolved
Priority: 0/
Queue: Statistics-R

People
Owner: Nobody in particular
Requestors: donmorrison [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 0.01
  • 0.02
Fixed in: (no value)



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" ;
This was resolved in the unofficial 0.03 release, and now in the 0.04 release which should hit your cpan mirror soon.