Re: [R] Command history

2021-03-01 Thread Dr Eberhard W Lisse
I don't use R.app. And as I wrote later, there are a number of .Rhistory so it depends on where you start R/RStudio from. el On 2021-03-01 22:29 , David Carlson wrote: > On the Mac there can be 2 files.  The R Studio uses .Rhistory, but Rapp > uses .Rapp.history. > > David L Carlson > > On Su

Re: [R] Command history

2021-03-01 Thread David Carlson
On the Mac there can be 2 files. The R Studio uses .Rhistory, but Rapp uses .Rapp.history. David L Carlson On Sun, Feb 28, 2021 at 9:06 AM Dr Eberhard W Lisse wrote: > On the Mac it is ~/.Rhistory > > el > > On 2021-02-28 15:39 , Mahmood Naderan-Tahan wrote: > > Hi > > > > May I know where is

Re: [R] Command history

2021-02-28 Thread Dr Eberhard W Lisse
Oh find ~ -name .Rhistory 2>/dev/null shows 12 file :-)-O vriendelijke groeten/sincères amitiés, el On 2021-02-28 17:17 , Mahmood Naderan-Tahan wrote: > OK. It seems that it depends on where R is launched. > > In my case, I found .Rhistory file in ~/Documents. > > > Regards, > Mahm

Re: [R] Command history

2021-02-28 Thread Mahmood Naderan-Tahan
] Command history On the Mac it is ~/.Rhistory el On 2021-02-28 15:39 , Mahmood Naderan-Tahan wrote: > Hi > > May I know where is the location of commands we used in R in the history? > > > Regards, > Mahmood-- Dr. Eberhard W. Lisse \ / Obstetrician & Gy

Re: [R] Command history

2021-02-28 Thread Dr Eberhard W Lisse
On the Mac it is ~/.Rhistory el On 2021-02-28 15:39 , Mahmood Naderan-Tahan wrote: > Hi > > May I know where is the location of commands we used in R in the history? > > > Regards, > Mahmood-- Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist e...@lisse.na / *

Re: [R] Command history

2021-02-28 Thread John Kane
I think it may depend on your operating system. In my case, Ubuntu 20.10, it is a hidden file at /home level. On Sun, 28 Feb 2021 at 08:40, Mahmood Naderan-Tahan < mahmood.nade...@ugent.be> wrote: > Hi > > May I know where is the location of commands we used in R in the history? > > > Regards, >

[R] Command history

2021-02-28 Thread Mahmood Naderan-Tahan
Hi May I know where is the location of commands we used in R in the history? Regards, Mahmood [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-he

[R] command history in slave mode

2011-02-16 Thread Jannis
Dear list, I am running R in slave mode to run some calculations on a remote cluster and would like to somehow retrieve the last command in the case that it causes an error. When an error occours, my job is just quitted and it takes me a lot of work to find out which command in my rather lengt

Re: [R] R command history -- can it be like Matlab's?

2008-08-03 Thread Peter Dalgaard
Not quite true that you can't type anything. What happens (for me) is that you are still in reverse-i-search, so you can get this effect from "^R l ^C d". > (reverse-i-search)`l': ls() (reverse-i-search)`l': ls() > (reverse-i-search)`l': ls() (reverse-i-search)`ld': levels(ftpain3) <- list

Re: [R] R command history -- can it be like Matlab's?

2008-08-03 Thread Gad Abraham
Peter Dalgaard wrote: Gad Abraham wrote: Prof Brian Ripley wrote: A patch to do this was posted on 2007-09-29 by Glenn Davis. Some people not addicted to Matlab find the behaviour very inconvenient and prefer the getline/readline behaviour (triggered by ^R/^S) of Rterm and R on Unixen. Now

Re: [R] R command history -- can it be like Matlab's?

2008-08-02 Thread Peter Dalgaard
Gad Abraham wrote: Prof Brian Ripley wrote: A patch to do this was posted on 2007-09-29 by Glenn Davis. Some people not addicted to Matlab find the behaviour very inconvenient and prefer the getline/readline behaviour (triggered by ^R/^S) of Rterm and R on Unixen. Now that you've mentioned

Re: [R] R command history -- can it be like Matlab's?

2008-07-30 Thread losemind
“up" key, you will be able to get to that previous command >> very fast, >> >> no matter how long ago it has been used... >> >> In R GUI, there is no such functionality. >> >> Any thoughts on making R work my productivity? >> >

Re: [R] R command history -- can it be like Matlab's?

2008-07-30 Thread bartjoosen
press “up" key, you will be able to get to that previous >>> command >>> very fast, >>> >>> no matter how long ago it has been used... >>> >>> In R GUI, there is no such functionality. >>> >>> Any thoughts on making R wor

Re: [R] R command history -- can it be like Matlab's?

2008-07-30 Thread Gad Abraham
Prof Brian Ripley wrote: A patch to do this was posted on 2007-09-29 by Glenn Davis. Some people not addicted to Matlab find the behaviour very inconvenient and prefer the getline/readline behaviour (triggered by ^R/^S) of Rterm and R on Unixen. Now that you've mentioned readline, it doesn't

Re: [R] R command history -- can it be like Matlab's?

2008-07-30 Thread Martin Maechler
> "l" == losemind <[EMAIL PROTECTED]> > on Tue, 29 Jul 2008 12:23:36 -0700 (PDT) writes: l> Hi all, l> In R GUI window, if you use "up" and "down" key, you will be able to recall l> the previous and next command that has been used and stored in the command l> histor

Re: [R] R command history -- can it be like Matlab's?

2008-07-29 Thread Spencer Graves
. Any thoughts on making R work my productivity? ------ Also where do I find good debugger for R? Thanks! -- View this message in context: http://www.nabble.com/R-command-historycan-it-be-like-Matlab%27s--tp18719530p18719530.html Sent from the R help mailing list archive at

Re: [R] R command history -- can it be like Matlab's?

2008-07-29 Thread losemind
“up" key, you will be able to get to that previous command >> very fast, >> >> no matter how long ago it has been used... >> >> In R GUI, there is no such functionality. >> >> Any thoughts on making R work my productivity? >> >

Re: [R] R command history -- can it be like Matlab's?

2008-07-29 Thread hadley wickham
On Tue, Jul 29, 2008 at 4:39 PM, Rolf Turner <[EMAIL PROTECTED]> wrote: > > On 30/07/2008, at 9:16 AM, hadley wickham wrote: > >> On Tue, Jul 29, 2008 at 2:45 PM, Prof Brian Ripley >> <[EMAIL PROTECTED]> wrote: >>> >>> A patch to do this was posted on 2007-09-29 by Glenn Davis. Some people >>> not

Re: [R] R command history -- can it be like Matlab's?

2008-07-29 Thread Rolf Turner
On 30/07/2008, at 9:16 AM, hadley wickham wrote: On Tue, Jul 29, 2008 at 2:45 PM, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: A patch to do this was posted on 2007-09-29 by Glenn Davis. Some people not addicted to Matlab find the behaviour very inconvenient and prefer the getline/readline

Re: [R] R command history -- can it be like Matlab's?

2008-07-29 Thread hadley wickham
On Tue, Jul 29, 2008 at 2:45 PM, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > A patch to do this was posted on 2007-09-29 by Glenn Davis. Some people not > addicted to Matlab find the behaviour very inconvenient and prefer the > getline/readline behaviour (triggered by ^R/^S) of Rterm and R on U

Re: [R] R command history -- can it be like Matlab's?

2008-07-29 Thread Prof Brian Ripley
ng R work my productivity? -- Also where do I find good debugger for R? Thanks! -- View this message in context: http://www.nabble.com/R-command-historycan-it-be-like-Matlab%27s--tp18719530p18719530.html Sent from the R help mailing list archive at Nabble.com. __

[R] R command history -- can it be like Matlab's?

2008-07-29 Thread losemind
d debugger for R? Thanks! -- View this message in context: http://www.nabble.com/R-command-historycan-it-be-like-Matlab%27s--tp18719530p18719530.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list htt