[rkward-cvs] SF.net SVN: rkward:[3062] trunk/rkward/rkward/plugins

tfry at users.sourceforge.net tfry at users.sourceforge.net
Wed Sep 22 12:36:38 UTC 2010


Revision: 3062
          http://rkward.svn.sourceforge.net/rkward/?rev=3062&view=rev
Author:   tfry
Date:     2010-09-22 12:36:38 +0000 (Wed, 22 Sep 2010)

Log Message:
-----------
Move sort_data and generate_random to the 'official' plugins. They may not be entirely polished, but very useful (and we still have some time for testing).

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/all.pluginmap
    trunk/rkward/rkward/plugins/data/generate_random.xml
    trunk/rkward/rkward/plugins/under_development.pluginmap

Added Paths:
-----------
    trunk/rkward/rkward/plugins/data.pluginmap

Modified: trunk/rkward/rkward/plugins/all.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/all.pluginmap	2010-09-22 12:26:24 UTC (rev 3061)
+++ trunk/rkward/rkward/plugins/all.pluginmap	2010-09-22 12:36:38 UTC (rev 3062)
@@ -7,4 +7,5 @@
 	<require file="plots.pluginmap"/>
 	<require file="x11device.pluginmap"/>
 	<require file="irt.pluginmap"/>
+	<require file="data.pluginmap"/>
 </document>

Modified: trunk/rkward/rkward/plugins/data/generate_random.xml
===================================================================
--- trunk/rkward/rkward/plugins/data/generate_random.xml	2010-09-22 12:26:24 UTC (rev 3061)
+++ trunk/rkward/rkward/plugins/data/generate_random.xml	2010-09-22 12:36:38 UTC (rev 3062)
@@ -14,8 +14,8 @@
 			}
 			]]></script>
 	</logic>
-	<dialog label="Generate random data">
-		<text id="text">Well, this could be extended to other distributions in the same dialog. For now, it's normal distribution.</text>
+	<dialog label="Generate random data (normal distribution)">
+<!-- TODO: extend this plugin to different distributions! -->
 		<spinbox default_precision="2" type="real" initial="0" id="mean" label="mu (mean)"/>
 		<spinbox default_precision="2" type="real" min="0" initial="1" id="sd" label="sigma (standard deviation)"/>
 		<frame/>

Added: trunk/rkward/rkward/plugins/data.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/data.pluginmap	                        (rev 0)
+++ trunk/rkward/rkward/plugins/data.pluginmap	2010-09-22 12:36:38 UTC (rev 3062)
@@ -0,0 +1,15 @@
+<!DOCTYPE rkpluginmap>
+
+<document base_prefix="" namespace="rkward">
+	<components>
+		<component type="standard" id="generate_random" file="data/generate_random.xml" label="Generate random data" />
+		<component type="standard" id="sort_data" file="data/sort.xml" label="Sort data" />
+	</components>
+
+	<hierarchy>
+		<menu id="data" label="Data" index="3">
+			<entry component="generate_random" />
+			<entry component="sort_data" />
+		</menu>
+	</hierarchy>
+</document>
\ No newline at end of file

Modified: trunk/rkward/rkward/plugins/under_development.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/under_development.pluginmap	2010-09-22 12:26:24 UTC (rev 3061)
+++ trunk/rkward/rkward/plugins/under_development.pluginmap	2010-09-22 12:36:38 UTC (rev 3062)
@@ -4,8 +4,6 @@
 	<components>
 		<component type="standard" id="simple_anova" file="simple_anova/description.xml" label="Simple Anova" />
 		<component type="standard" id="sieve_plot" file="plots/sieve_plot.xml" label="Extended Sieve Plot" />
-		<component type="standard" id="generate_random" file="data/generate_random.xml" label="Generate random data" />
-		<component type="standard" id="sort_data" file="data/sort.xml" label="Sort data" />
 		<component type="standard" id="sort_data2" file="data/sort2.xml" label="Sort data (Variant 2)" />
 
 <!-- These are purely for testing: -->


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