Re: [R] install.packages Error

2010-05-14 Thread Uwe Ligges
I do not know, but perhaps things will resolve if you use a not that ancient version of R Uwe Ligges On 13.05.2010 20:44, Trojan wrote: Hi all! I am trying to install package - GenABEL in a Linux (RedHat) environment using R 2.6.2. The CRAN Mirror starts up, I select the site, but I end

[R] install.packages Error

2010-05-13 Thread Trojan
Hi all! I am trying to install package - GenABEL in a Linux (RedHat) environment using R 2.6.2. The CRAN Mirror starts up, I select the site, but I end up with the following error: ** Warning: unable to access index for repository

[R] install.packages error

2009-12-07 Thread Adrian Dusa
Dear listeRs, I am trying to install a package from the command line, using install.packages(). Specifying all the parameters, I simply get this error: > r <- getOption("repos") > install.packages("rJava", dependencies=T, repos=r, lib="/home/adi/myRlib") Error: subscript out of bounds Additio