[R] Errors Updating Libraries (2.15)

Rich Shepard rshepard at appl-ecosys.com
Tue Apr 24 22:29:34 CEST 2012


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



More information about the R-help mailing list