[rkward-cvs] SF.net SVN: rkward: [1585] trunk/rkward/rkward/pages/ rkward_trouble_shooting.rkh

tfry at users.sourceforge.net tfry at users.sourceforge.net
Wed Mar 14 22:26:38 UTC 2007


Revision: 1585
          http://svn.sourceforge.net/rkward/?rev=1585&view=rev
Author:   tfry
Date:     2007-03-14 15:26:38 -0700 (Wed, 14 Mar 2007)

Log Message:
-----------
Slightly shortened the memory section

Modified Paths:
--------------
    trunk/rkward/rkward/pages/rkward_trouble_shooting.rkh

Modified: trunk/rkward/rkward/pages/rkward_trouble_shooting.rkh
===================================================================
--- trunk/rkward/rkward/pages/rkward_trouble_shooting.rkh	2007-03-14 22:11:39 UTC (rev 1584)
+++ trunk/rkward/rkward/pages/rkward_trouble_shooting.rkh	2007-03-14 22:26:38 UTC (rev 1585)
@@ -20,15 +20,11 @@
 		Typically you would call them from R via <link href="rkward://rhelp/update.packages">update.packages</link> and <link href="rkward://rhelp/library">library</link> to achieve this. But RKWard simplifies this for you. You'll be guided through the install procedure for the required package. Please note you need root privileges in certain situations.
 	</section>
 	<section title="RKWard is running since ages. Has it hung up?" shorttitle="RKWard seems to hang" id="hung_up_problems">
-		This depends. Some test and plots just need some time if you have huge amounts of data or sophisticated calculations. Therefore patience is sometimes needed.
+		This depends. Some test and plots just need some time if you have huge amounts of data or sophisticated calculations. Therefore patience is sometimes needed. In any case you can check the state of R within RKWard. Just look at the little box on the right bottom corner of RKWard. Red means there is still something to calculate or plot. If it's green, R is done calculating.
 
-		But some statistical test are rather memory and stack hungry and can make the entire system unresponsive, if there is a lot of swapping. Please refere to <link href="http://cran.r-project.org/doc/Rnews/Rnews_2001-1.pdf">RNews 2001/1, pg. 10</link> for more information. Therefore, this is neither a bug in RKWard (most likely at least) nor in R but due to the statistical test itself.
+		But some statistical test are rather memory and stack hungry and can make the entire system unresponsive, if there is a lot of swapping. This is not a bug in RKWard or R, just the calculation taking your system to its limits. An example of very memory hungry tests are the <link href="rkward://rhelp/wilcox.test">Wilcoxon Rank Sum and Signed Rank Tests</link>.
 
-		An example of very memory hungry tests are the <link href="rkward://rhelp/wilcox.test">Wilcoxon Rank Sum and Signed Rank Tests</link>.
-
-		In any case you can check the state of R within RKWard. Just look at the little box on the right bottom corner of RKWard. Red means there is still something to calculate or plot. If it's green you can go ahead.
-
-		Therefore it's important you know the test. Moreover it's very important to save the workspace and other sections you worked on before you do such operations. There is currently no recovery functionality within RKWard in case of a crash! You can find build-in tests from R to address this memory issue but these work on Windows(TM) platforms only (see: <link href="rkward://rhelp/memory.size">Memory Size</link>, <link href="rkward://rhelp/limit">Memory Limit</link> and <link href="http://finzi.psych.upenn.edu/R/library/base/html/Memory.html">Memory Available for Data Storage</link>). Sorry to say, this means there is no way for the RKWard developers to build a routine which does a "memory check" before a test is run.
+		Therefore it's important you know the test. Moreover it's very important to save the workspace and other sections you worked on before you do such operations. There is currently no recovery functionality within RKWard in case of a crash! You can find build-in tests from R to address this memory issue (see: <link href="rkward://rhelp/mem.limits" />, and <link href="rkward://rhelp/memory.limit" />).
 	</section>
 	<section title="I think I did something wrong? Where is 'Undo' and 'Redo'?" shorttitle="Undo/Redo" id="undo_redo_problems">
 		Right now RKWard doesn't have any "undo" or "redo" functionality. Therefore it's important that you know what you do before you start. It's recommended to use copies of original data and to give everything a meaningful name.


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