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::library("RSPerl");
my $tt=&R::call("t.test", ([EMAIL PROTECTED], [EMAIL PROTECTED]))
print $tt;


I got the messages:
Can't locate package RFunctionReference for @RReferences::ISA at testR.pl line 
4.
Use of uninitialized value in print at testR.pl line 11.

Thanks in advance

Zhu Shanshan

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to