Thursday, November 5, 2015

R : install ggplot2 package on Windows 8

Install Rtools for Windows : https://cran.r-project.org/bin/windows/Rtools/

Without RTools, we cannot compile the package.

In the R console , run :

install.packages("ggplot2", type="source",dependencies = TRUE)

No comments:

Post a Comment