Re: [R] Help with history() in Emacs/ESS

2009-10-25 Thread Marc Schwartz
On Oct 25, 2009, at 4:04 PM, Tariq Perwez wrote: Hi Everyone, I am a beginner running R 2.9.2 under Ubuntu and typically use Emacs w/ESS. However, I am confused with history() command. When I issue command history() in Emacs within an R session, this is what get: history() Error in savehi

Re: [R] Help with history() in Emacs/ESS

2009-10-25 Thread Richard M. Heiberger
Lines sent to R by C-c C-n and related commands are excluded from the R history. They appear only in the ESS history. This, along with everything else, is documented in the file /ess/doc/html/ess.html Questions on ESS should be sent to the ESS list ess-h...@stat.math.ethz.ch Rich