Hi,
I use RSPerl on Ubuntu and Apache2 web server. It is my first experience
with R language :-)
I have the next code embedded into a Perl CGI:
use R;
use RReferences;
my @x;
&R::initR("--silent","--no-save");
&R::library("RSPerl");
@x = &R::call("rnorm", 10);
&R::call("plot", [EMAIL PROTECTED]);
The CGI works but no plot is shown.
Apache2 web server log
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.