Hi Holger, On 8 May 2009 at 16:20, Holger Levsen wrote: | Hi Dirk, | | during a test with piuparts I noticed your package left owned and | unowned files on the system after purge, which is a violation of policy 6.8 | and 10.7.3: | | http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails | http://www.debian.org/doc/debian-policy/ch-files.html#s10.7.3 | | From the attached log (scroll to the bottom...): | | 1m13.9s ERROR: FAIL: Package purging left files on system: | /etc/R owned by: r-base-core | /etc/R/Renviron not owned
Oops. That's my postinst dealing with ucf. I guess I need a prerm to remove /etc/R/Renviron on purge so that /etc/R can be removed automatically. Right? | regards, | Holger | | P.S.: As you can see on http://piuparts.debian.org/sid/ I've gotten around to | finally get a nice graph done with R, thanks to your help! (And Thomas I *love* it. The color choice is excellent. I would move the legend below it. We can play tricks there with layout() and basically just create a second graph below that contains only the legend. And I would switch to using proper Date types, you should then get nicely formatted dates for free. The only other idea is ... whether one should transform the data. Given that 'success' is so large, maybe we should just limit the display by cutting out numbers from 0 to 15000 (you could probably use ylim=c(15000, max(range(dataframe))) to get the automagically chose max. And min could be 80% of 'success number' or something. Just a thought. The other possibility may be to work with percentages, and/or to omit 'success' cases.... | example and the great documentation available for R :-) I'll reply to our | thread shortly, atm I'm kind of overbusy, only squeezing some time in to file | some piuparts bugs... :-) Dirk -- Three out of two people have difficulties with fractions. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

