[R] install the ggplot2 package

Pascal Oettli kridox at ymail.com
Tue Nov 27 09:51:37 CET 2012


Hello,

Probably you should upgrade your version of R and install the package 
'stringr'. To not miss dependencies, try 'install.packages("ggplot2", 
dependencies=TRUE)'.

Regards,
Pascal


Le 12/11/27 17:30, Jonsson a écrit :
> Has one try to install the ggplot2 package recently? I tried to install
> it on my new system and had trouble:
>
> I tried a different CRAN mirror but didn't work
>
>   library(ggplot2)
> Error in loadNamespace(i, c(lib.loc, .libPaths())) :
>    there is no package called ‘stringr’
> In addition: Warning message:
> package ‘ggplot2’ was built under R version 2.15.2
> Error: package/namespace load failed for ‘ggplot2’
>
>
>
> --
> View this message in context: http://r.789695.n4.nabble.com/install-the-ggplot2-package-tp4650935.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> 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.
>




More information about the R-help mailing list