Re: [R] qplot in ggplot2 not working any longer - (what did I do?)

2010-07-15 Thread Allan Engelhardt
The problem is that install.packages() and friends forks R and there is no way to specify general options to that process (you can do the configure.{args,vars} but nothing else). One work-around could be to download the package and install it with R --vanilla CMD INSTALL from the command

Re: [R] qplot in ggplot2 not working any longer - (what did I do?)

2010-07-15 Thread Hadley Wickham
For a quick fix, you probably need to reinstall plyr. Hadley On Wed, Jul 14, 2010 at 11:03 PM, stephen sefick ssef...@gmail.com wrote: This is the first time that I have tried to update packages with a tinkered around with .Rprofile.  I start R with R --vanilla and it does not load my

[R] qplot in ggplot2 not working any longer - (what did I do?)

2010-07-14 Thread stephen sefick
This is the first time that I have tried to update packages with a tinkered around with .Rprofile. I start R with R --vanilla and it does not load my .Rprofile, but when I issue the command update.packages() R downloads the packages as expected, but then seems to load .Rprofile before compiling