[rkward-cvs] SF.net SVN: rkward:[3040] trunk/rkward/tests/rkward_application_tests.R

tfry at users.sourceforge.net tfry at users.sourceforge.net
Tue Sep 14 15:30:01 UTC 2010


Revision: 3040
          http://rkward.svn.sourceforge.net/rkward/?rev=3040&view=rev
Author:   tfry
Date:     2010-09-14 15:30:00 +0000 (Tue, 14 Sep 2010)

Log Message:
-----------
Make the stress test more bearable by adding progress info...

Modified Paths:
--------------
    trunk/rkward/tests/rkward_application_tests.R

Modified: trunk/rkward/tests/rkward_application_tests.R
===================================================================
--- trunk/rkward/tests/rkward_application_tests.R	2010-09-14 15:20:14 UTC (rev 3039)
+++ trunk/rkward/tests/rkward_application_tests.R	2010-09-14 15:30:00 UTC (rev 3040)
@@ -246,7 +246,7 @@
 			graphics.off()
 			for (i in 1:100) {
 				rk.screen.device ()
-				plot (rnorm (100))
+				plot (rnorm (100), main=paste (i, "/ 100"))
 				dev.off ()
 			}
 		})


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