On Tue, 24 Apr 2012, R. Michael Weylandt wrote:

system.time(install.packages(c("plyr","reshape2","stringr"), type = "source"))

  Strange. Same results:

Error in library(reshape2) : there is no package called ‘reshape2’
Execution halted
Error in library(reshape2) : there is no package called ‘reshape2’
Execution halted
Error in library(reshape2) : there is no package called ‘reshape2’
Execution halted

The downloaded source packages are in
        ‘/tmp/RtmpcSTI3J/downloaded_packages’
   user  system elapsed
0.866 0.133 9.494 Warning messages:
1: In install.packages(c("plyr", "reshape2", "stringr"), type = "source") :
  installation of package ‘plyr’ had non-zero exit status
2: In install.packages(c("plyr", "reshape2", "stringr"), type = "source") :
  installation of package ‘stringr’ had non-zero exit status
3: In install.packages(c("plyr", "reshape2", "stringr"), type = "source") :
  installation of package ‘reshape2’ had non-zero exit status

  I'll rebuild R-2.15 and start over. Will post results after doing that.

Thanks,

Rich

______________________________________________
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