[R] Keyboard
Sharpie
chuck at sharpsteen.net
Wed Feb 17 03:07:38 CET 2010
Steven Martin wrote:
>
> All,
>
> I installed R-2.10.1 with Readline=no. Now for some reason R does not
> recognize some key strokes like the directional arrows.
> I am not sure if Readline is the problem or not.
>
Yes-- readline supplies functionality such as command history.
Steven Martin wrote:
>
> I have tried .Cofigure with Readline = yes but it doesn't fix the problem
> nor do I really know if readline is the problem to start with.
>
> Has anybody else run into similar problems?
>
> Thanks,
> Steve
>
Did you try:
make distclean
./configure <with readline>
make
make install
?
If that doesn't work, try:
which R
To see if the version of R being run is the one that you just
compiled/installed.
Good luck!
-Charlie
--
View this message in context: http://n4.nabble.com/Keyboard-tp1558126p1558185.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list