Re: [Rd] R --interactive and readline() creates infinite loop

2008-09-26 Thread Jon Clayden
2008/9/25 Peter Dalgaard <[EMAIL PROTECTED]>: > John Chambers wrote: >> >> My application, at least, wanted to show (my class) individual commands >> from the file and then optionally insert some typed commands before going on >> to the next part of the source file. As far as I can see, the piped s

[Rd] Bug? in some package installations when a Print is added in memory.c

2008-09-26 Thread subramanian R
Hi All, The first time i noticed this problem is when i enabled some debug prints in memory.c DEBUG_GC DEBUG_ADJUST_HEAP DEBUG_RELEASE_MEM etc.. These have some prints for debugging .Base R package installation completes well and good. The problem comes when some of the Recommended package inst

Re: [Rd] function can permanently modify calling function via substitute?

2008-09-26 Thread Luke Tierney
On Wed, 24 Sep 2008, Luke Tierney wrote: On Wed, 24 Sep 2008, Peter Dalgaard wrote: Perry de Valpine wrote: Dear R-devel: The following code seems to allow one function to permanently modify a calling function. I did not expect this would be allowed (short of more creative gymnastics) and w

[Rd] bug in plot.acf, ci.type= "ma" (PR#13071)

2008-09-26 Thread meermeyer
Full_Name: Martin Meermeyer Version: 2.51 OS: Win XP SP3 Submission from: (NULL) (132.195.128.210) I think the confidence-bands in the plot.acf(..., ci.type="ma") must start at lag 1 due to the Bartlett-approximation. I think so since I´ve calculated these manually, see the following example: r