[Rd] Help please: please test timestamping of command history

2006-03-24 Thread Duncan Murdoch
[ Moved from R-help] Duncan Mackay wrote: Hi all, On the subject of histories, how about changing the default value of "max.show" from 25 to Inf? I find that the line of code I'm looking for is ALWAYS on the 26th line back from the end of the default history!! Also, re changing the amount of his

Re: [Rd] Undocumented features of 'browser' (and possible changes)

2006-03-24 Thread Seth Falcon
"Kevin Wright" <[EMAIL PROTECTED]> writes: > Thanks for the clarification about ENTER and for explaining that > browser and debug use the same parser. I'll crawl back into my > cubicle and keep using my hack. Maybe I'll look into re-writing > ess-eval-region to not send blank lines and comment

Re: [Rd] Undocumented features of 'browser' (and possible changes)

2006-03-24 Thread Kevin Wright
Thanks for the clarification about ENTER and for explaining that browser and debug use the same parser. I'll crawl back into my cubicle and keep using my hack. Maybe I'll look into re-writing ess-eval-region to not send blank lines and comment lines. Kevin On 24 Mar 2006 23:11:25 +0100, Peter

Re: [Rd] Undocumented features of 'browser' (and possible changes)

2006-03-24 Thread Peter Dalgaard
"Kevin Wright" <[EMAIL PROTECTED]> writes: > I often use browser() when debugging a function. After entering > browser, I would find it very useful to be able to cut-and-paste a > chunk of R code to the browser (or use ess-eval-region in Emacs). An > inconvenience, however, is that both blank li

[Rd] Undocumented features of 'browser' (and possible changes)

2006-03-24 Thread Kevin Wright
I often use browser() when debugging a function. After entering browser, I would find it very useful to be able to cut-and-paste a chunk of R code to the browser (or use ess-eval-region in Emacs). An inconvenience, however, is that both blank lines and comment lines will exit the browser. The ma

Re: [Rd] How to capture t-score and p-values from t.test

2006-03-24 Thread Bernzweig, Bruce \(Exchange\)
Thanks Peter! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Dalgaard Sent: Friday, March 24, 2006 3:37 PM To: Bernzweig, Bruce (Exchange) Cc: r-devel@r-project.org Subject: Re: [Rd] How to capture t-score and p-values from t.test "Bernzweig, Bruce

Re: [Rd] How to capture t-score and p-values from t.test

2006-03-24 Thread Peter Dalgaard
"Bernzweig, Bruce (Exchange)" <[EMAIL PROTECTED]> writes: > When I do t.test on two distributions (see example below), it outputs > numerous data about the t.test. > > What I'd like to do is individually capture some of this data and assign > it to other variables. > > However, I am unable to fi

[Rd] How to capture t-score and p-values from t.test

2006-03-24 Thread Bernzweig, Bruce \(Exchange\)
When I do t.test on two distributions (see example below), it outputs numerous data about the t.test. What I'd like to do is individually capture some of this data and assign it to other variables. However, I am unable to find anything in the help section. In the example below, the t value is

Re: [Rd] bug in plot.acf (PR#8705)

2006-03-24 Thread Duncan Murdoch
This is fixed now in R-devel and R-patched. Thanks again for the report. Duncan Murdoch On 3/24/2006 7:55 AM, [EMAIL PROTECTED] wrote: > (Moved from r-devel to r-bugs) > > On 3/24/2006 5:03 AM, Antonio, Fabio Di Narzo wrote: >> Hi all. >> There's a bug in plot.acf, when plotting acf for multiva

Re: [Rd] bug in plot.acf (PR#8705)

2006-03-24 Thread Duncan Murdoch
On 3/24/2006 9:25 AM, Gabor Grothendieck wrote: > On 3/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> (Moved from r-devel to r-bugs) >> >> On 3/24/2006 5:03 AM, Antonio, Fabio Di Narzo wrote: >> > Hi all. >> > There's a bug in plot.acf, when plotting acf for multivariate time series. >> > H

Re: [Rd] R make install and demo(graphics) issue

2006-03-24 Thread Simon Urbanek
Matthew, On Mar 20, 2006, at 1:52 PM, Matthew Beason wrote: > Thanks! That resolved the "make install" issue. However, after > installation when running "demo(graphics)" or "png()" from within > R, I get the following error: > [...] > unable to load shared library '/usr/local/R/lib/R/modu

[Rd] enhancement request for browser (PR#8706)

2006-03-24 Thread TimHesterberg
I would like a way to modify the behavior of browser(), so that entering a blank line does nothing rather than being equivalent to "c". I'm running R using emacs ESS. I often debug functions by inserting a browser, and stepping through one line at a time, sending a line at a time from a buffer wit

Re: [Rd] bug in plot.acf (PR#8705)

2006-03-24 Thread Gabor Grothendieck
On 3/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > (Moved from r-devel to r-bugs) > > On 3/24/2006 5:03 AM, Antonio, Fabio Di Narzo wrote: > > Hi all. > > There's a bug in plot.acf, when plotting acf for multivariate time series. > > Here a reproducible example: > > > > X <- rnorm(1000) > >

Re: [Rd] bug in plot.acf (PR#8705)

2006-03-24 Thread Duncan Murdoch
On 3/24/2006 9:10 AM, Antonio, Fabio Di Narzo wrote: > 2006/3/24, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: >> >> > "Duncan" == Duncan Murdoch <[EMAIL PROTECTED]> >> > on Fri, 24 Mar 2006 13:55:03 +0100 (CET) writes: >> >> Duncan> (Moved from r-devel to r-bugs) >> Duncan> On 3/24/2

[Rd] Sweaving in png

2006-03-24 Thread Thibaut Jombart
Hello list, despite I already posted a mail on this topic on R help, I guess this place may be more appropriate. I'll make it shorter this time. Sorry for posting twice. I found that using pixmap pictures in a Sweave document was sometimes almost impossible, due to the huge size of the pdf pic

Re: [Rd] bug in plot.acf (PR#8705)

2006-03-24 Thread Antonio, Fabio Di Narzo
2006/3/24, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > "Duncan" == Duncan Murdoch <[EMAIL PROTECTED]> > > on Fri, 24 Mar 2006 13:55:03 +0100 (CET) writes: > > Duncan> (Moved from r-devel to r-bugs) > Duncan> On 3/24/2006 5:03 AM, Antonio, Fabio Di Narzo wrote: > >> Hi all.

Re: [Rd] bug in plot.acf (PR#8705)

2006-03-24 Thread maechler
> "Duncan" == Duncan Murdoch <[EMAIL PROTECTED]> > on Fri, 24 Mar 2006 13:55:03 +0100 (CET) writes: Duncan> (Moved from r-devel to r-bugs) Duncan> On 3/24/2006 5:03 AM, Antonio, Fabio Di Narzo wrote: >> Hi all. >> There's a bug in plot.acf, when plotting acf for multiva

Re: [Rd] R and sun gridengine

2006-03-24 Thread Michael Dondrup
Kim Carter wrote: > Hi > > I am looking for assistance with setting up R under Sun grid engine 6 > (6.0-update7). I would like to set up transparent interactive access > to R using either a qlogin or qrsh solution. While it basically works > using either method, I reach the same sticking point. T

Re: [Rd] [R] RGui: windows-record and command history

2006-03-24 Thread Duncan Murdoch
I've moved this from r-help to r-devel. On 3/23/2006 8:17 PM, Paul Murrell wrote: >> >> Paul, >> If I read your comments correctly, the problem with manipulating the >> graph history is with saved histories across sessions/versions. Is >> there any reason not to manipulate it *within* a session?

Re: [Rd] bug in plot.acf (PR#8705)

2006-03-24 Thread murdoch
(Moved from r-devel to r-bugs) On 3/24/2006 5:03 AM, Antonio, Fabio Di Narzo wrote: > Hi all. > There's a bug in plot.acf, when plotting acf for multivariate time series. > Here a reproducible example: > > X <- rnorm(1000) > Y <- -X + rnorm(1000, sd=0.6) > Z <- cbind(X,Y) > > In > acf(Z) > cross

Re: [Rd] sub returns garbage (PR#8687)

2006-03-24 Thread Peter Dalgaard
Hin-Tak Leung <[EMAIL PROTECTED]> writes: > Peter Dalgaard wrote: > > > I claim XP braindamage -- I'm not Linuxifying my new ThinkPad until > > FC5 is out. > > > > Rather irrelevant, I have been running FC5 since Tuesday > afternoon. > > $ cat /etc/fedora-release > Fedora Core release 5 (Bordea

Re: [Rd] sub returns garbage (PR#8687)

2006-03-24 Thread Hin-Tak Leung
Peter Dalgaard wrote: > I claim XP braindamage -- I'm not Linuxifying my new ThinkPad until > FC5 is out. > Rather irrelevant, I have been running FC5 since Tuesday afternoon. $ cat /etc/fedora-release Fedora Core release 5 (Bordeaux) FC5 came out on Monday. You should have linuxifying your thi

[Rd] bug in plot.acf

2006-03-24 Thread Antonio, Fabio Di Narzo
Hi all. There's a bug in plot.acf, when plotting acf for multivariate time series. Here a reproducible example: X <- rnorm(1000) Y <- -X + rnorm(1000, sd=0.6) Z <- cbind(X,Y) In acf(Z) cross-correlation plot y-axis is limited to 0-1. But: acf(Z, ylim=c(-1,1)) shows that there was a negative corre

[Rd] R and sun gridengine

2006-03-24 Thread Kim Carter
Hi I am looking for assistance with setting up R under Sun grid engine 6 (6.0-update7). I would like to set up transparent interactive access to R using either a qlogin or qrsh solution. While it basically works using either method, I reach the same sticking point. There seems to be an issue with