I have rooted my Samsung Galaxy Tab 2 just to run R. I run R in "Terminal IDE" as superuser. I am not able to install any package (no package! Nothing, zero!) with the function install.packages("whatever library") always render to the message "Warning message: In getDependencies(pkgs, dependencies, available, lib): package 'whatever library' is not available (for R version 2.13.0)"
Asked
Active
Viewed 322 times
0
-
2Your R version is ancient. Can you install the current version (R 3.0.2)? – Roland Oct 10 '13 at 14:30
-
[How to install old packages](http://christophergandrud.blogspot.com/2013/02/installoldpackages-repmis-command-for.html) – Ricardo Saporta Oct 10 '13 at 14:33
-
Have you defined the library path? What does `.libPaths()` return? – geotheory Oct 10 '13 at 14:37
-
@geotheory I got the following directory: /data/local/gcc/lib/R/library – Hedley Quintana Oct 10 '13 at 18:27
-
So its a valid path. But I think Roland and Ricardo are on the right track. – geotheory Oct 10 '13 at 22:42
-
@RicardoSaporta Thank you, for your suggestion! but as stated before. I cannot install ANY package! InstallOldPackages() function is part of "repmis" library, which I can not install! – Hedley Quintana Oct 14 '13 at 18:01
-
@Kedarnath I see you've edited many `r` questions to `r.java-file` questions. Please pay attention where `r` is actually the correct tag to use. – laalto Mar 19 '14 at 13:24
-
@laalto Opps, My mistake. – Lucifer Mar 19 '14 at 13:25