Testing several commands, including a dynamic display of some command based on user input through 'Pretty Tracker', and usage of several graph parameters.
Attempt parsing with different values for wikisyntax param
Test 2e1 - no wikisyntax set
This code:
{R()}cat("__hello__"){R}
Produces:
Plugin disabled
Plugin r cannot be executed.
Test 2e2 - wikisyntax set to 0
This code:
{R(wikisyntax=>0)}cat("__hello__"){R}
Produces:
Plugin disabled
Plugin r cannot be executed.
Test 2e3 - wikisyntax set to 1
This code:
{R(wikisyntax=>1)}cat("__hello__"){R}
Produces:
Plugin disabled
Plugin r cannot be executed.
Test 2i - pretty tracker through .tpl on disk
Showing R output through a Pretty tracker template (.tpl file) on disk. You need to create a tpl on disk under templates/r_test2_template01.tpl with the content that you will find at r_test2_template01 wiki page.
This code:
{CODE(wrap=>1)} You do not have permission to insert an item