Re: [Rd] Display list redraw incomplete

2007-05-10 Thread Paul Murrell
Hi Sorry I haven't had time to look at this closely yet. Some general info in case it helps in the meantime. That warning comes from the redrawing of the display list if one of the graphics system states becomes "invalid". Because this is a trditional plot, it suggests that the GE_CheckPlot cod

Re: [Rd] Display list redraw incomplete

2007-05-10 Thread Deepayan Sarkar
On 5/10/07, Roger Peng <[EMAIL PROTECTED]> wrote: > Just to follow up with a few more details on this problem (which > persists on my PowerBook Mac but no where else). I ran a bisection > search on the sources and found that SVN revision 40634 introduces > this problem. This revision introduced q

Re: [Rd] Display list redraw incomplete

2007-05-10 Thread Roger Peng
Just to follow up with a few more details on this problem (which persists on my PowerBook Mac but no where else). I ran a bisection search on the sources and found that SVN revision 40634 introduces this problem. This revision introduced quite a few changes to 'src/main/graphics.c' which I am jus

[Rd] 'aggregate' should preserve level ordering of factors (PR#9666)

2007-05-10 Thread prechelt
Full_Name: Lutz Prechelt Version: 2.4.1 OS: Windows XP Submission from: (NULL) (160.45.111.67) aggregate (from package stats) should preserve the ordering of levels of factors it works on and also their 'ordered' attribute if present. But it does not. Here is an example: ff = factor(c("a","b",

Re: [Rd] One for the wish list - var.default etc

2007-05-10 Thread Martin Maechler
> "Gabor" == Gabor Grothendieck <[EMAIL PROTECTED]> > on Wed, 9 May 2007 12:32:26 -0400 writes: Gabor> The generics don't have to be S4. In fact, in many cases it would Gabor> be better to have them be S3 for consistency with other similar generics Gabor> in the core of R