History: Profile_r_test2_params
Preview of version: 6
Testing several commands, including a dynamic display of some command based on user input through 'Pretty Tracker'
This code:
Produces:
This code:
Produces:
{$user}
{{user}}
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.
{CODE(wrap=>1)}
You do not have permission to insert an item
{TRACKERLIST(trackerId=>$profileobject:r_test_tracker1$, showlinks=>y, tpl=>$profileobject:r_test2_template01_page$)}
{CODE}
You do not have permission to insert an item
Test 2a - basic R command
This code:
Copy to clipboard
{R()}1:10{R}
Produces:
Plugin disabled
Plugin r cannot be executed.
Test 2b - basic plotting
This code:
Copy to clipboard
{R()}plot(1:10,11:20){R}
Produces:
Plugin disabled
Plugin r cannot be executed.
Test 2c - dynamic variable usage
Copy to clipboard
{$user} {{user}}
{$user}
{{user}}
Test 2d - parsing html code
Copy to clipboard
{R()}print("<b>hello</b>"){R}
Plugin disabled
Plugin r cannot be executed.
Test 2e - wikisyntax param
Attempt parsing with different values for wikisyntax paramno wikisyntax set
Copy to clipboard
{R()}print("__hello__"){R}
Plugin disabled
Plugin r cannot be executed.
wikisyntax set to 0
Copy to clipboard
{R(wikisyntax=>0)}print("__hello__"){R}
Plugin disabled
Plugin r cannot be executed.
wikisyntax set to 1
Copy to clipboard
{R(wikisyntax=>1)}print("__hello__"){R}
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.
{CODE(wrap=>1)}
You do not have permission to insert an item
{TRACKERLIST(trackerId=>$profileobject:r_test_tracker1$, showlinks=>y, tpl=>$profileobject:r_test2_template01_page$)}
{CODE}
You do not have permission to insert an item