Installing Gigpot2 in R
There is a problem when i am installing the "gigplot 2" pakage in R Studio.Instead of the package being installed it is saying: Warning in install.packages : package ‘gigplot2’ is not available (for R version 3.6.1)
Please help me to figure this out.Just to inform that i have install the R studio via Anaconda as I already was using Anaconda for Python language
1 answers ( 0 marked as helpful)
Hi Ahmed,
the problem seems to be caused by a typo, as the package is called ggplot2, instead of gigplot2. Try this line:
install.packages("ggplot2")
Best,
Eli