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

tfry at users.sf.net tfry at users.sf.net
Mon Sep 29 09:05:41 UTC 2014


Revision: 4850
          http://sourceforge.net/p/rkward/code/4850
Author:   tfry
Date:     2014-09-29 09:05:40 +0000 (Mon, 29 Sep 2014)
Log Message:
-----------
Move recode categorical and level select plugins to regular pluginmap for testing.

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/data.pluginmap
    trunk/rkward/rkward/plugins/embedded.pluginmap
    trunk/rkward/rkward/plugins/under_development.pluginmap

Modified: trunk/rkward/rkward/plugins/data.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/data.pluginmap	2014-09-29 08:32:10 UTC (rev 4849)
+++ trunk/rkward/rkward/plugins/data.pluginmap	2014-09-29 09:05:40 UTC (rev 4850)
@@ -7,11 +7,13 @@
 		<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="subset_dataframe" file="data/subset_dataframe.xml" label="Subset data.frame" />
+		<component type="standard" id="recode_categorical" file="data/recode_categorical.xml" label="Recode categorical data" />
 	</components>
 
 	<hierarchy>
 		<menu id="data" label="Data" index="3">
 			<entry component="generate_random" />
+			<entry component="recode_categorical"/>
 			<entry component="sort_data" />
 			<entry component="subset_dataframe" />
 		</menu>

Modified: trunk/rkward/rkward/plugins/embedded.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/embedded.pluginmap	2014-09-29 08:32:10 UTC (rev 4849)
+++ trunk/rkward/rkward/plugins/embedded.pluginmap	2014-09-29 09:05:40 UTC (rev 4850)
@@ -16,6 +16,7 @@
 
 		<component type="standard" id="x11grid" file="x11device/grid.xml" label="Draw Grid" />
 
+		<component type="standard" id="level_select" file="data/level_select.xml" label="Select by value" />
 		<component type="standard" id="multi_input" file="data/multi_input.xml" label="Multi Input" />
 
 		<!-- This plugin does not really belong, here, but nowhere else, either, since it's only for the purpose of testing some things in the

Modified: trunk/rkward/rkward/plugins/under_development.pluginmap
===================================================================
--- trunk/rkward/rkward/plugins/under_development.pluginmap	2014-09-29 08:32:10 UTC (rev 4849)
+++ trunk/rkward/rkward/plugins/under_development.pluginmap	2014-09-29 09:05:40 UTC (rev 4850)
@@ -16,9 +16,6 @@
 		<component type="standard" id="valueselect_test1" file="testing/valueselect1.xml" label="Valueselector/valueslot/select Test" />
 <!-- End -->
 
-		<component type="standard" id="recode_categorical" file="data/recode_categorical.xml" label="Recode categorical data" />
-		<component type="standard" id="level_select" file="data/level_select.xml" label="Select by value" />
-
 		<component type="standard" id="import_xls" file="00saveload/import/import_xls.xml" label="Import MS EXCEL">
 			<attribute id="format" value="*.xls *.xlsx" label="MS EXCEL sheet"/>
 		</component>
@@ -38,7 +35,6 @@
 			<entry component="generate_random"/>
 			<entry component="sort_data"/>
 			<entry component="sort_data2"/>
-			<entry component="recode_categorical"/>
 		</menu>
 		<menu id="analysis" label="Analysis" index="4">
 			<entry component="simple_anova" index="9"/>





More information about the rkward-tracker mailing list