I am using R on Fedora 17 and the up arrow is not the previous command. On my command line on my terminal, the up arrow is the previous command Tjun Kiat
Up key is not the previous command
3 messages · TJUN KIAT TEO, Peter Langfelder, Milan Bouchet-Valat
run capabilities(what="cledit") in your R terminal session. If you get FALSE, your R was compiled without command line editing support which you need for the "up arrow" action. Peter
On Mon, Oct 8, 2012 at 8:04 PM, Tjun Kiat Teo <teotjunk at gmail.com> wrote:
I am using R on Fedora 17 and the up arrow is not the previous command. On my command line on my terminal, the up arrow is the previous command Tjun Kiat
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Le lundi 08 octobre 2012 ? 20:33 -0700, Peter Langfelder a ?crit :
run capabilities(what="cledit") in your R terminal session. If you get FALSE, your R was compiled without command line editing support which you need for the "up arrow" action.
FWIW, it works with the R version packaged in Fedora 17 here. My two cents