Christian Hoffmann
2012-Dec-06 09:14 UTC
[R] R --no-readline ?, was: history and readline, Mac OSX
Hi, By chance I came across an iESS buffer showing that R had been started with this option: R --no-readline This seems to prevent the use of history() which I noticed earlier. Why is this start option chosen, and where can I change this? ESS version 5.13, R: > sessionInfo() R version 2.15.2 (2012-10-26) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] C attached base packages: [1] tools tcltk stats4 splines parallel datasets compiler [8] graphics grDevices stats grid utils methods base other attached packages: [1] survival_2.36-14 spatial_7.3-5 rpart_3.1-55 nnet_7.3-5 [5] nlme_3.1-105 mgcv_1.7-22 foreign_0.8-51 codetools_0.2-8 [9] cluster_1.14.3 class_7.3-5 boot_1.3-7 Matrix_1.0-9 [13] MASS_7.3-22 KernSmooth_2.23-8 cwhmisc_4.0 lattice_0.20-10 > -- Christian W. Hoffmann, CH - 8915 Hausen am Albis, Switzerland Rigiblickstrasse 15 b, Tel.+41-44-7640853 c-w.hoffmann at sunrise.ch, christian at echoffmann.ch, www.echoffmann.ch
Jeff Newmiller
2012-Dec-06 15:14 UTC
[R] R --no-readline ?, was: history and readline, Mac OSX
This is off topic here. You should post on the ESS help list. --------------------------------------------------------------------------- Jeff Newmiller The ..... ..... Go Live... DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries O.O#. #.O#. with /Software/Embedded Controllers) .OO#. .OO#. rocks...1k --------------------------------------------------------------------------- Sent from my phone. Please excuse my brevity. Christian Hoffmann <c-w.hoffmann at sunrise.ch> wrote:>Hi, > >By chance I came across an iESS buffer showing that R had been started > >with this option: > >R --no-readline > >This seems to prevent the use of history() which I noticed earlier. > >Why is this start option chosen, and where can I change this? > >ESS version 5.13, R: > > > sessionInfo() >R version 2.15.2 (2012-10-26) >Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) > >locale: >[1] C > >attached base packages: >[1] tools tcltk stats4 splines parallel datasets compiler > [8] graphics grDevices stats grid utils methods base > >other attached packages: > [1] survival_2.36-14 spatial_7.3-5 rpart_3.1-55 nnet_7.3-5 > [5] nlme_3.1-105 mgcv_1.7-22 foreign_0.8-51 codetools_0.2-8 > [9] cluster_1.14.3 class_7.3-5 boot_1.3-7 Matrix_1.0-9 >[13] MASS_7.3-22 KernSmooth_2.23-8 cwhmisc_4.0 lattice_0.20-10 > >