> On Jan 19, 2016, at 4:31 PM, Jeff Reichman <[email protected]> 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

______________________________________________
[email protected] mailing list -- To UNSUBSCRIBE and more, see
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