problem with installation of package ggplot2
1
0
Entering edit mode
8.7 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

R plot graphics pakage • 11k views
ADD COMMENT
0
Entering edit mode

How about updating R to the latest version?

ADD REPLY
0
Entering edit mode

Update your R version, and install packages of dependencies. ;)

ADD REPLY
0
Entering edit mode

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.

ADD REPLY
0
Entering edit mode

I've moved this to a comment because it does not directly answer OP's question.

ADD REPLY
2
Entering edit mode
8.7 years ago
Charles Plessy ★ 2.9k

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

sudo apt-get install r-cran-ggplot2
ADD COMMENT
0
Entering edit mode

This command does install all dependencies automatically on Linux?

ADD REPLY
1
Entering edit mode

Yes, see packages.ubuntu.com/trusty/r-cran-ggplot2 for details. Note that the dependencies themselves will be old, since Trusty is old.

ADD REPLY

Login before adding your answer.

Traffic: 2587 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6