[rkward-cvs] SF.net SVN: rkward:[3959] branches/release_branch_0.5.7/doc/rkwardplugins

m-eik at users.sourceforge.net m-eik at users.sourceforge.net
Mon Oct 17 18:01:58 UTC 2011


Revision: 3959
          http://rkward.svn.sourceforge.net/rkward/?rev=3959&view=rev
Author:   m-eik
Date:     2011-10-17 18:01:57 +0000 (Mon, 17 Oct 2011)
Log Message:
-----------
updated screeshot and minor changes to plugin docs

Modified Paths:
--------------
    branches/release_branch_0.5.7/doc/rkwardplugins/index.docbook
    branches/release_branch_0.5.7/doc/rkwardplugins/t_test_plugin_example.png

Modified: branches/release_branch_0.5.7/doc/rkwardplugins/index.docbook
===================================================================
--- branches/release_branch_0.5.7/doc/rkwardplugins/index.docbook	2011-10-17 18:01:24 UTC (rev 3958)
+++ branches/release_branch_0.5.7/doc/rkwardplugins/index.docbook	2011-10-17 18:01:57 UTC (rev 3959)
@@ -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: branches/release_branch_0.5.7/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