On 11/4/2009 1:41 PM, Enayet Talukder wrote:
I just installed R2.10.0. When I tried to activate or invoke R by clicking
the shortcut R2.10.0 on my desktop, it is giving an error message on a new
window "Error in loadNamcespace(name) : there is no package called 'ggplot2'
. The program quits when clicked on 'OK".

I imagine you have a .Rdata or profile that is trying to do something with ggplot2, but you don't have ggplot2 installed yet.

Start R with the command line option --vanilla, install ggplot2, and things should be fine.

Duncan Murdoch

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

Reply via email to