[rkward-cvs] SF.net SVN: rkward: [1062] trunk/rkward/rkward/rbackend/rpackages/rkward/R/ public.R

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Jan 4 16:09:41 UTC 2007


Revision: 1062
          http://svn.sourceforge.net/rkward/?rev=1062&view=rev
Author:   tfry
Date:     2007-01-04 08:09:40 -0800 (Thu, 04 Jan 2007)

Log Message:
-----------
Make rk.graph.off () append an empty line to the output file, so the output will be auto-refreshed

Modified Paths:
--------------
    trunk/rkward/rkward/rbackend/rpackages/rkward/R/public.R

Modified: trunk/rkward/rkward/rbackend/rpackages/rkward/R/public.R
===================================================================
--- trunk/rkward/rkward/rbackend/rpackages/rkward/R/public.R	2007-01-04 16:06:20 UTC (rev 1061)
+++ trunk/rkward/rkward/rbackend/rpackages/rkward/R/public.R	2007-01-04 16:09:40 UTC (rev 1062)
@@ -121,6 +121,7 @@
 }
 
 "rk.graph.off" <- function(){
+	cat ("\n", file = rk.get.output.html.file(), append = TRUE)	# so the output will be auto-refreshed
 	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