That is a *Perl* error, and my guess is that you haven't set your
environment variables correctly. R was not even started.
RSPerl is an Omegahat package, and as the Omegahat mailing lists were down
(last time I looked) I suggest you contact the author. The R posting
guide asks that non-R prog
Hi,
I've just started using RSPerl. Though also tests in directory
"/usr/local/lib/R/library/RSPerl/tests/" are passed successfully, I meet the
problem with the following codes;
use strict;
use warnings;
use R;
use RReferences;
my @array1=1..10;
my @array2=1..39;
&R::initR("--silent");
&R::
2 matches
Mail list logo