Hi
I was trying to install ggplot2 in Rstudio, the code was:
-
install.packages("ggplot2")
-
The error was:
URL’https://cran.rstudio.com/bin/windows/contrib/3.6/ggplot2_3.2.1.zip'
Content type 'application/zip' length 3976166 bytes (3.8 MB)
downloaded 3.8 MB
package ‘ggplot2’ successfully unpacked and MD5 sums checked
-I have downloade rTools from https://cran.r-project.org/bin/windows/Rtools/ to have less errors messages. However, it is still doesn't run through.
Please help!!!
Thanks