[R] Problem in installing package "ggplot2"
William Dunlap
wdunlap at tibco.com
Fri Jul 18 22:11:58 CEST 2014
> install.packages("ggplot2",dependencies=T)
> However, it didn't work, either.. it's so confusing.
What does R print when you type the 2 lines
install.packages("ggplot2", dependencies=TRUE)
libraray(ggplot2)
? ("didn't work" covers a lot of ground - seeing the entire
printed output may tell others what is going on.)
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Fri, Jul 18, 2014 at 10:12 AM, 오건희 <gunfifa12 at gmail.com> wrote:
> Hi..
>
> After I upgraded R from 3.1 to 3.11, I stuck with problem in installing
> 'ggplot2' package....
>
> The error message was;
>
> 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’
>
>
> I tried to find out resolution on the web.. and most people recommend
> following;
>
>
> install.packages("ggplot2",dependencies=T)
>
> However, it didn't work, either.. it's so confusing.
>
> I should use this package ASAP.. so, hope you guys give me a clear answer.
>
> Best for your effort,
>
> [[alternative HTML version deleted]]
>
>
> ______________________________________________
> 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