Re: [Rd] Warning for dropped text with devices that don't support clipping (in text attachments)

2009-01-24 Thread Gabor Grothendieck
On Sat, Jan 24, 2009 at 9:45 PM, Sebastian Fischmeister wrote: > Apparently, the mail program doesn't like attachments. Here's the patch and > the script again. The attachment does appear to have made to the archives: https://stat.ethz.ch/pipermail/r-devel/2009-January/051917.html

Re: [Rd] Warning for dropped text with devices that don't support clipping (in text attachments)

2009-01-24 Thread Sebastian Fischmeister
Hello, Apparently, the mail program doesn't like attachments. Here's the patch and the script again. Sebastian --- R Script --- xfig (file = "test .fig",onefile=TRUE,width=6,height=4,textspecial=TRUE,defaultfont=TRUE) barplot(seq(.8,0,-0.15)) legend("topright",legend=c("12345

[Rd] Warning for dropped text with devices that don't support clipping

2009-01-24 Thread Sebastian Fischmeister
Hello, Without feedback, it's hard to understand why text does not show up in the output—especially, if it shows up on one device but not on another. I suggest adding a warning message when text gets ignored, because the device doesn't support clipping (see the attached patch). Unfortun