Re: [R] problem plotting with ggplot2

2009-08-28 Thread ONKELINX, Thierry
-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Namens romunov Verzonden: vrijdag 28 augustus 2009 16:58 Aan: Gabor Grothendieck CC: r-help@r-project.org Onderwerp: Re: [R] problem plotting with ggplot2 Hello Gabor, your suggestion running R in vanilla mode was fruitful. I can plot

Re: [R] problem plotting with ggplot2

2009-08-28 Thread Gabor Grothendieck
Try removing various lines from your Rprofile.site file found in \Program Files\R\R-2.9.1\etc.Rprofile.site or other startup file; see ?Startup from within R. On Fri, Aug 28, 2009 at 10:57 AM, romunov wrote: > Hello Gabor, > > your suggestion running R in vanilla mode was fruitful. I can plot at l

Re: [R] problem plotting with ggplot2

2009-08-28 Thread romunov
Hello Gabor, your suggestion running R in vanilla mode was fruitful. I can plot at least bars. How would you proceed. How can I root out "bad" package or whatever is causing this? Cheers, Roman On Fri, Aug 28, 2009 at 4:48 PM, Gabor Grothendieck wrote: > A few things to try. > > Try starting

Re: [R] problem plotting with ggplot2

2009-08-28 Thread Gabor Grothendieck
A few things to try. Try starting R using the --vanilla flag. From the Windows command line: rem change next line appropriately if needed cd \Program Files\R\R-2.9.1\bin Rgui --vanilla and see if it still happens.If that does not help try reinstalling R and all packages. On Fri, Aug 28, 2

Re: [R] problem plotting with ggplot2

2009-08-28 Thread romunov
As far as I know, the packages are up to date. I have had identical problems on 2.9.1 as well as on 2.8.1. I did a fresh install of 2.9.1 to no avail. Here is my sessionInfo(): > sessionInfo() R version 2.9.1 (2009-06-26) i386-pc-mingw32 locale: LC_COLLATE=Slovenian_Slovenia.1250;LC_CTYPE=Sloveni

Re: [R] problem plotting with ggplot2

2009-08-28 Thread baptiste auguie
Hi, Have you checked that you have the latest version of ggplot2 and plyr? Please post your sessionInfo() HTH, baptiste 2009/8/28 romunov > Dear R-Help subsribers, > > upon running into a wonderful ggplot2 package by accident, I abruptly > encountered another problem. Almost every command ru