Re: [R] Cannot Install Packages

2016-05-10 Thread Uwe Ligges
On 10.05.2016 19:14, Jason Hernandez via R-help wrote: I have been trying to install the package "reshape2" using the code: install.packages("reshape2") I get the following return: Installing package into ‘C:/Users/Jason/Documents/R/win-library/3.0’ (as ‘lib’ is unspecified) Warning: unable

[R] Cannot Install Packages

2016-05-10 Thread Jason Hernandez via R-help
I have been trying to install the package "reshape2" using the code: > install.packages("reshape2") I get the following return: Installing package into ‘C:/Users/Jason/Documents/R/win-library/3.0’ (as ‘lib’ is unspecified) Warning: unable to access index for repository

Re: [R] Cannot install packages in R 2.12.0 on Windows 7

2010-11-16 Thread Dick Beyer
Thanks very much for your help. This was a case of some weird network card IP reset hardware error that did something to permissions or something during the install. Not exactly sure if this was part of the problem. But getting the hardware corrected and reinstalling R 2.12.0 solved the

[R] Cannot install packages in R 2.12.0 on Windows 7

2010-11-15 Thread Dick Beyer
Hi, I am unable to install packages on my R 2.12.0 Windows 7 machine. Here are the relevant lines: sessionInfo() R version 2.12.0 (2010-10-15) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252

Re: [R] Cannot install packages in R 2.12.0 on Windows 7

2010-11-15 Thread Prof Brian Ripley
The error seems to be a BioC problem[*] and associated with having a package installed with an empty DESCRIPTION file. So please take a look at your installed packages and remove any such. The following R code may help: for(lib in .libPaths()) { descs - Sys.glob(file.path(lib, *,