This is a test version of Biostars. For the public version, visit https://www.biostars.org.
problem with installation of package ggplot2

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

r plot graphics pakage

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.

1 answer

If you do not need the latest version, you can install the packaged version distributed by Ubuntu

sudo apt-get install r-cran-ggplot2

This command does install all dependencies automatically on Linux?

Log in to answer this question.