anuar at uchicago.edu
2008-Feb-26 21:00 UTC
[Rd] MacOSX R.app do not save history (PR#10850)
Full_Name: Anuar Konkashbaev
Version: 2.6.2
OS: Mac OS X 10.4.11
Submission from: (NULL) (128.135.32.210)
R.app do not saves history while command line r does. When starting R.app
history from the command line session and all new commands from current session
are available, but when quiting R.app .Rhistory is overwritten but only commands
from command line session are saved in new file. Even if one will save history
explicitly with savehistory(".Rhistory") only commands from command
line session
are saved in the .Rhistory file. .Rdata is saved correctly. History works just
fine in command line application.