Dear R users,

In order to install reshape2 package, I gave the following command:

install.packages("reshape2",dep=TRUE)

However, it is not getting installed.

The message that I am getting is:

Warning: dependencies ‘plyr’, ‘stringr’, ‘testthat’ are not available
trying URL '
http://ftp.ctex.org/mirrors/CRAN/src/contrib/reshape2_1.2.2.tar.gz'
Content type 'application/x-gzip' length 27220 bytes (26 Kb)
opened URL
==================================================
downloaded 26 Kb

* installing *source* package ‘reshape2’ ...
** R
** data
**  moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Error in loadNamespace(i, c(lib.loc, .libPaths())) :
  there is no package called 'plyr'
ERROR: lazy loading failed for package ‘reshape2’
* removing ‘/home/dell/R/i486-pc-linux-gnu-library/2.10/reshape2’


Please suggest.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to