[R] install.packages error
    Adrian Dusa 
    dusa.adrian at gmail.com
       
    Mon Dec  7 11:56:53 CET 2009
    
    
  
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
Additional info about my system (Kubuntu 9.10):
> sessionInfo()                                
R version 2.10.0 (2009-10-26)
i486-pc-linux-gnu
locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C
 [3] LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8
 [5] LC_MONETARY=C              LC_MESSAGES=en_US.UTF-8
 [7] LC_PAPER=en_US.UTF-8       LC_NAME=C
 [9] LC_ADDRESS=C               LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base
loaded via a namespace (and not attached):
[1] tcltk_2.10.0 tools_2.10.0
Thanks in advance for any hint,
Adrian
-- 
Adrian Dusa
Romanian Social Data Archive
1, Schitu Magureanu Bd.
050025 Bucharest sector 5
Romania
Tel.:+40 21 3126618 \
     +40 21 3120210 / int.101
Fax: +40 21 3158391
    
    
More information about the R-help
mailing list