Entering edit mode
9.2 years ago
sithara.ep
▴
10
my R version is 3.0.2 (2013-09-25) and I am using OS ubuntu 14.04LTS 32-bit.I am facing problem while loading package ggplot2. Here I am listing out the error.
ERROR: dependencies 'plyr', 'reshape2', 'scales' are not available for package 'ggplot2'
package 'plyr' is not available (for R version 3.0.2)
can any one suggest any solution.plz
How about updating R to the latest version?
Update your R version, and install packages of dependencies. ;)
Fist : Install the new version downloaded here.
Then : Some packages need to be installed if they are not in the R basics. So, you have to install manually each packages in your error message. If you are asking you how to install one package, follow this guide. ;)
Hope it helps you.
I've moved this to a comment because it does not directly answer OP's question.