kriszti@a2a00996.direct.bconnected.net
1999-Jul-08 05:55 UTC
Bad Units Bug in barplot with pictex output device. (PR#220)
Dear Bug Team: I encountered a bug when trying to make a barplot with the pictex output device. The following commands demonstrate the bug: -----------------------------------------------> errors <- c(3.08, 35.38, 33.85, 20.00, 7.69) > errors[1] 3.08 35.38 33.85 20.00 7.69> pictex() > barplot(errors)Error: Bad units specified in GConvert, please report!>----------------------------------------------- Here is my R version information: -----------------------------------------------> Version()$platform [1] "i386-unknown-freebsd2.2.7" $arch [1] "i386" $os [1] "freebsd2.2.7" $system [1] "i386, freebsd2.2.7" $status [1] "" $status.rev [1] "0" $major [1] "0" $minor [1] "62.2" $year [1] "1998" $month [1] "July" $day [1] "10" $language [1] "R" --------------------------------------------------- Thank you very much for all your good work on R! Best regards, Krisztina Vasarhelyi Anthropologisches Institut der Universitaet Zuerich krva@aim.unizh.ch -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Martin Maechler
1999-Jul-08 07:27 UTC
Bad Units Bug in barplot with pictex output device. (PR#220)
Dear Krisztina The bug you reported has been fixed a while ago. you "only" need to upgrade your version of R. As you said it's 0.62.2 of July 1998. Just get 0.64.2 of July 1999... from any CRAN mirror, ie. in your case from http://stat.ethz.ch/CRAN/ Martin -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._