[R] Problem with ggplot2

hadley wickham h.wickham at gmail.com
Fri Nov 21 01:50:08 CET 2008


Hi David,

I inadvertently introduced a bug in ggplot in the last release.  I
uploaded a fix to CRAN this morning and it should be available in the
near future.  Sorry for the inconvenience.

Regards,

Hadley

On Thu, Nov 20, 2008 at 2:49 PM, David Hajage <dhajage.r at gmail.com> wrote:
> 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 at 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.
>
>



-- 
http://had.co.nz/



More information about the R-help mailing list