Hi.
I run the following code:
$r = new RCore(new CommandLineREngine('R'));
echo $r->run("5+3");
On my Mac it works as expected, but when I run it on Ubuntu server it returns just
> options(error=expression(NULL))
UPDATE
I've found out that there's something wrong with end of line.
If i run something like this:
then it returns both 'options(...' and the result of the operation in the returning string
Hi.
I run the following code:
On my Mac it works as expected, but when I run it on Ubuntu server it returns just
UPDATE
I've found out that there's something wrong with end of line.
If i run something like this:
then it returns both 'options(...' and the result of the operation in the returning string