[R] Installing ggplot2

David Winsemius dwinsemius at comcast.net
Wed Jan 20 02:54:03 CET 2016


> On Jan 19, 2016, at 4:31 PM, Jeff Reichman <reichmanj at sbcglobal.net> 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]], c(lib.loc, .libPaths()), versionCheck =
> vI[[j]]) : 
> 
>  there is no package called 'Rcpp'
> 
> Error: package or namespace load failed for 'ggplot2'
> 
>> 
> 
> 
> 


David Winsemius
Alameda, CA, USA



More information about the R-help mailing list