[rkward-cvs] SF.net SVN: rkward:[3958] trunk/rkward/doc/rkwardplugins
m-eik at users.sourceforge.net
m-eik at users.sourceforge.net
Mon Oct 17 18:01:24 UTC 2011
Revision: 3958
http://rkward.svn.sourceforge.net/rkward/?rev=3958&view=rev
Author: m-eik
Date: 2011-10-17 18:01:24 +0000 (Mon, 17 Oct 2011)
Log Message:
-----------
updated screeshot and minor changes to plugin docs
Modified Paths:
--------------
trunk/rkward/doc/rkwardplugins/index.docbook
trunk/rkward/doc/rkwardplugins/t_test_plugin_example.png
Modified: trunk/rkward/doc/rkwardplugins/index.docbook
===================================================================
--- trunk/rkward/doc/rkwardplugins/index.docbook 2011-10-17 15:20:24 UTC (rev 3957)
+++ trunk/rkward/doc/rkwardplugins/index.docbook 2011-10-17 18:01:24 UTC (rev 3958)
@@ -1834,7 +1834,7 @@
<para>The result object <quote>plugin.dir</quote> contains the path to the directory in which the plugin was created. This can be useful in combination with the function <function>rk.build.package()</function>, to build an actual &r; package to share your plugin with others -- e.g. by sending it to the &rkward; development team to be added to our plugin repository.</para>
</sect2>
<sect2 id="rkdev_ttest_script"><title>The full script</title>
- <para>To recapitulate all of the above, here's the full script to create the working t-test example. Adding to the already explained code, it also loads the package if needed, and it uses the <function>local()</function> environment, so all the objects will not be created in your global environment (except for <quote>plugin.dir</quote>):</para>
+ <para>To recapitulate all of the above, here's the full script to create the working t-test example. Adding to the already explained code, it also loads the package if needed, and it uses the <function>local()</function> environment, so all the created objects will not end up in your current workspace (except for <quote>plugin.dir</quote>):</para>
<programlisting>
require(rkwarddev)
Modified: trunk/rkward/doc/rkwardplugins/t_test_plugin_example.png
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list