[R] New Perl module Statistics::R

2004-02-21 Thread Graciliano M. P.
ocess accessing it. What will save the initiation time of R and memory. Soo, I will appreciate if some one can test it in different OS. Tested with Win32 and Linux. http://search.cpan.org/~gmpassos/Statistics-R-0.01/ Thanks in advance. Regards, Graciliano

Re: [R] source() function and crash of R!

2004-02-15 Thread Graciliano M. P.
sole. On Win32 Rterm, and linux just R. Here's the command to start it on Linux: $> R --slave --vanilla --gui=none output.log Regards, Graciliano M. P. __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PL

[R] source() function and crash of R!

2004-02-14 Thread Graciliano M. P.
de that won't be loaded by R: x = 1..100 The problem is the crash of the interpreter, since I really need to keep it running even if it uses/loads some invalid syntax. Soo, how can I load a file through source(), or any other way, and not crash on invalid syntaxes? Thanks in adv