Skip to content
Prev 227615 / 398500 Next

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

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 line.

But it is probably better to fix your .Rprofile so it doesn't break the 
install; see interactive() and commandArgs() for functions that may be 
useful.

Hope this helps a little.

Allan
On 14/07/10 22:03, stephen sefick wrote: