Re: [R] savehistory()

2018-10-05 Thread Nancy S
Hi Sarah, Thank you for pointing out this. I am using Mac. Suy On Thu, Oct 4, 2018 at 1:23 PM Sarah Goslee wrote: > Hi Suy, > > It is very important to specify what OS and version of R you're using. > > But I'm going to make a wild guess that you're using Mac, and that you > didn't read the do

Re: [R] savehistory()

2018-10-04 Thread Sarah Goslee
Hi Suy, It is very important to specify what OS and version of R you're using. But I'm going to make a wild guess that you're using Mac, and that you didn't read the documentation for savehistory() carefully. "R.app, the console on macOS, has a separate and largely incompatible history mechanism

[R] savehistory()

2018-10-04 Thread Nancy S
Hi, I just start to learn R, but I have problem to use "savehistory()" When I run, it pops out "Error in .External2(C_savehistory, file) : 'savehistory' is not currently implemented". I searched a little bit online, but I still cannot figure out how to fix that. thanks, Suy [[alterna

Re: [R] savehistory in OSX version

2008-01-14 Thread Rob Goedman
ithin an external editor, saving is less critical. Rob > Roger > > > > -Original Message- > From: Rob Goedman [mailto:[EMAIL PROTECTED] > Sent: Monday, January 14, 2008 10:21 AM > To: Day, Roger S. > Cc: r-help@r-project.org > Subject: Re: [R] savehistory in

Re: [R] savehistory in OSX version

2008-01-14 Thread Day, Roger S.
lar backup procedure while in a very long interactive session at risk of hanging.) Can you say more what you mean by "interoperate" here? Roger -Original Message- From: Rob Goedman [mailto:[EMAIL PROTECTED] Sent: Monday, January 14, 2008 10:21 AM To: Day, Roger S. Cc: r-help@r-project

Re: [R] savehistory in OSX version

2008-01-14 Thread Peter Dalgaard
Rob Goedman wrote: > Roger, > > The history features on Mac OS's R.app are handled by R.app > and is a (small) superset of R's facilties, e.g. it supports multi-line > history recalls. > > A disadvantage of this approach is that it's not possible to use > R's history() and savehistory() nor make us

Re: [R] savehistory in OSX version

2008-01-14 Thread Rob Goedman
Roger, The history features on Mac OS's R.app are handled by R.app and is a (small) superset of R's facilties, e.g. it supports multi-line history recalls. A disadvantage of this approach is that it's not possible to use R's history() and savehistory() nor make usage completely identical. The act

[R] savehistory in OSX version

2008-01-13 Thread Day, Roger S.
Running Version 2.6.0 GUI 1.21. Generally, I enjoy working with the OSX GUI, which has some very pleasant features. Kudos to the developers! There is a nice history panel which slides out of the Console window. The buttons on the panel work as expected. I am puzzled by the behavior of history()