Re: [Rd] png() error in recent R-devel on Windows

2009-05-29 Thread Duncan Murdoch
Thanks, will fix. Duncan Murdoch On 29/05/2009 7:32 PM, Hervé Pagès wrote: Hi, Tested with the latest r-devel snapshot build for Windows (2009-05-28 r48663): > png("test.png") Error in png("test.png") : invalid value of 'fillOddEven' The png() function is defined like this: > png function

[Rd] png() error in recent R-devel on Windows

2009-05-29 Thread Hervé Pagès
Hi, Tested with the latest r-devel snapshot build for Windows (2009-05-28 r48663): > png("test.png") Error in png("test.png") : invalid value of 'fillOddEven' The png() function is defined like this: > png function (filename = "Rplot%03d.png", width = 480, height = 480, units = "px", point