Re: [R] Keyboard Input

2011-03-15 Thread Jonathan P Daily
. imbue it." - Jubal Early, Firefly Gabor Grothendieck wrote on 03/15/2011 10:38:34 AM: > [image removed] > > Re: [R] Keyboard Input > > Gabor Grothendieck > > to: > > Jonathan P Daily > > 03/15/2011 10:38 AM > > Cc: > > Bert Gunt

Re: [R] Keyboard Input

2011-03-15 Thread Gabor Grothendieck
On Tue, Mar 15, 2011 at 10:29 AM, Jonathan P Daily wrote: > I apologize for being unclear in my original post. What I am trying to > achieve is to capture the stdin() connection and read in a single > keystroke - including arrow keys and the like - without having to have to > use the return key ea

Re: [R] Keyboard Input

2011-03-15 Thread Jonathan P Daily
I apologize for being unclear in my original post. What I am trying to achieve is to capture the stdin() connection and read in a single keystroke - including arrow keys and the like - without having to have to use the return key each time. My goal is to create a small UI for rapidly looking th

Re: [R] Keyboard

2010-02-17 Thread Steven Martin
uesday, February 16, 2010 8:59 PM Subject: Re: [R] Keyboard 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. What particular OS are you usi

Re: [R] Keyboard

2010-02-16 Thread Erik Iverson
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. What particular OS are you using? In many cases, there is a preconfigured package avail

Re: [R] Keyboard

2010-02-16 Thread Sharpie
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