Simple R commands to test that the installation went fine

Text output

This code:
Copy to clipboard
{R()}1:10{R}


Produces:
 Plugin R/RR: …R… command unavailable
The path to the R command could not be found on your system. Maybe this file is inaccessible due to safe mode restrictions.
See requirements on https://doc.tiki.org/PluginR.


1.2. Simple Graphical output

This code:
Copy to clipboard
{R()}plot(1:10,11:20){R}


Produces:
 Plugin R/RR: …R… command unavailable
The path to the R command could not be found on your system. Maybe this file is inaccessible due to safe mode restrictions.
See requirements on https://doc.tiki.org/PluginR.