CC: | gmpassos [...] cpan.org |
Subject: | Fwd: Delivery Status Notification (Failure) |
Date: | Mon, 17 Jul 2006 09:21:11 -0600 |
To: | bug-Statistics-R [...] rt.cpan.org |
From: | Barry Moore <barry.moore [...] genetics.utah.edu> |
The -gui=none option is no longer valid in R, and this causes
Statistics::R to fail to start R. Here's a patch that should do the
trick.
Barry
*** Linux.pm 2004-02-23 18:13:23.000000000 -0700
--- Linux.pm_NEW 2006-07-14 15:00:01.000000000 -0600
***************
*** 96,100 ****
if ( !-d $this->{R_DIR} ) { $this->error("Can'find R
directory!") ; return UNDEF ;}
! $this->{START_CMD} = "$this->{R_BIN} --slave --vanilla --
gui=none" ;
if ( !$args{log_dir} ) { $args{log_dir} = "$this->{TMP_DIR}/
Statistics-R" ;}
--- 96,100 ----
if ( !-d $this->{R_DIR} ) { $this->error("Can'find R
directory!") ; return UNDEF ;}
! $this->{START_CMD} = "$this->{R_BIN} --slave --vanilla" ;
if ( !$args{log_dir} ) { $args{log_dir} = "$this->{TMP_DIR}/
Statistics-R" ;}