rktest.replaceRunAgainLink {rkwardtests} | R Documentation |
Replace "Run again" link in RKWard with code
rktest.replaceRunAgainLink(restore=FALSE)
restore |
Logical: If TRUE, restore the original behaviour. |
You can use this to temporarily replace .rk.rerun.plugin.link (see example below). This way, after running a plugin, you are shown the call needed to run this plugin with those settings, instead of the link.
This code can be used in a plugin test suite.
Replaces the "Run again" link in RKWard with the code that would have been called, or vice versa.
Thomas Friedrichsmeier thomas.friedrichsmeier@ruhr-uni-bochum.de, Meik Michalke meik.michalke@uni-duesseldorf.de
RKTestSuite-class
,
rktest.makeplugintests
rktest.replaceRunAgainLink()