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

tfry at users.sourceforge.net tfry at users.sourceforge.net
Tue Mar 20 00:04:15 UTC 2007


Revision: 1653
          http://svn.sourceforge.net/rkward/?rev=1653&view=rev
Author:   tfry
Date:     2007-03-19 17:04:15 -0700 (Mon, 19 Mar 2007)

Log Message:
-----------
minor stuff

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/plots/pareto.php
    trunk/rkward/rkward/plugins/plots/plot_options.php

Modified: trunk/rkward/rkward/plugins/plots/pareto.php
===================================================================
--- trunk/rkward/rkward/plugins/plots/pareto.php	2007-03-20 00:01:07 UTC (rev 1652)
+++ trunk/rkward/rkward/plugins/plots/pareto.php	2007-03-20 00:04:15 UTC (rev 1653)
@@ -30,8 +30,7 @@
 x <- <? echo ($vars); ?>
 
 if (!is.numeric (x)) {
-       rk.print ("Data may not be numeric, but proceeding as requested.\nDid you
-forget to check the tabulate option?")
+       rk.print ("Data may not be numeric, but proceeding as requested.\nDid you forget to check the tabulate option?")
 }
 <?      } ?>
 

Modified: trunk/rkward/rkward/plugins/plots/plot_options.php
===================================================================
--- trunk/rkward/rkward/plugins/plots/plot_options.php	2007-03-20 00:01:07 UTC (rev 1652)
+++ trunk/rkward/rkward/plugins/plots/plot_options.php	2007-03-20 00:04:15 UTC (rev 1653)
@@ -107,6 +107,4 @@
 	echo ($options);
 }
 
-function cleanup () {
-}
 ?>
\ No newline at end of file


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