Skip to content
Prev 307559 / 398506 Next

history() does not work?

On Wed, Oct 10, 2012 at 12:52 PM, Christian Hoffmann
<c-w.hoffmann at sunrise.ch> wrote:
This suggests that R is running w/o readline support enabled -- which
is necessary for `history()` to work.

I don't really know much about R running on windows, so I'm not sure
if what you are seeing is normal or strange.

I don't see any mention of no `history()` support in in the R for Window FAQ:
http://cran.r-project.org/bin/windows/base/rw-FAQ.html

So my *guess* is that you should be able to get this to work rather easily.

How are you running R? I mean, is it some R GUI? Rstudio? Emacs/ESS
(in which case, it is run w/o readline)? Rcmdr?

I'm just stabbing at the dark right now -- I'm sure a windows useR
will swoop in soon w/ the right stuff if we don't sort it out this
way.

-steve