Re: [R] Installing ggplot2

2016-01-19 Thread David Winsemius
> On Jan 19, 2016, at 4:31 PM, Jeff Reichman wrote: > > R-Help > > > > I'm unable to load ggplot2. > > > >> install.packages("ggplot2") #appears to run fine Try instead: install.packages("ggplot2", dependencies=TRUE) > >> library(ggplot2) > > Error in loadNamespace(j <- i[[1L]],

[R] Installing ggplot2

2016-01-19 Thread Jeff Reichman
R-Help I'm unable to load ggplot2. > install.packages("ggplot2") #appears to run fine > library(ggplot2) Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called 'Rcpp' Error: package or namespace load failed for 'ggplot2