Skip Menu |

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

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

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

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Removal of files that should not be removed
Hi, It seems like Statistics::R is a little bit too eager to delete files present in the log dir, even files that it did not create. For example, run these command in a BASH terminal: touch myfile.txt ls perl -e 'use Cwd; use Statistics::R; my $R = Statistics::R->new( log_dir => cwd ) ; $R->startR() ; $R->stopR() ;' ls Notice how the file 'myfile.txt' has disappeared... Florent
I have fixed this in version 0.10.