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.
install the ggplot2 package
3 messages · Jonsson, Pascal Oettli
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.
I did upgrade but that did not solve the problem -- View this message in context: http://r.789695.n4.nabble.com/install-the-ggplot2-package-tp4650935p4650985.html Sent from the R help mailing list archive at Nabble.com.