Rconsole wishlist
I'm guessing you're talking about Rgui on Windows, but please don't leave us guessing. If you run R under Ess/(X)Emacs, you have the entire session that can be saved in a (transcript) file. Does your OS not put date stamps on file?
file.info(".Rhistory")
size isdir mode mtime ctime
.Rhistory 1025 FALSE 666 2005-03-03 19:27:31 2004-08-13 10:45:09
atime
.Rhistory 2005-03-03 19:27:31
Andy
From: Duncan Mackay Hi all, Wouldn't it be nice (??!!) if R automatically issued a warning message when the R console buffer was about to fill so that you could save all your output into a text file? (I know about sink(), but I think it would be good to have an easier mechanism to save a complete record of messages and function output). And on a similar vein, wouldn't it also be nice if R automatically entered a date stamp into the history file?? Duncan ***************************************** Dr. Duncan Mackay School of Biological Sciences Flinders University GPO Box 2100 Adelaide S.A. 5001 AUSTRALIA Ph (08) 8201 2627 FAX (08) 8201 3015
http://www.scieng.flinders.edu.au/biology/people/mackay_d/index.html ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html