Hello R users, I have an error with package ggplot2 under linux (ubuntu 8.10), R 2.8.0 and ggplot2 0.7, everything up to date :
> library(ggplot2) Le chargement a nécessité le package : grid Le chargement a nécessité le package : reshape Le chargement a nécessité le package : plyr Le chargement a nécessité le package : proto Le chargement a nécessité le package : RColorBrewer Le chargement a nécessité le package : splines Le chargement a nécessité le package : MASS Attachement du package : 'ggplot2' The following object(s) are masked from package:grid : nullGrob > qplot(mpg, wt, data=mtcars) Erreur dans gList(...) : Only 'grobs' allowed in 'gList' I don't understand : this code is working on my work computer (windows 2000). I forgot something ? Thank you very much. david [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.