"Rcmdr" 인스톨을 위해서 먼저 설치해야 할 것들.
sudo apt-get build-dep r-cran-rgl
sudo apt-get install unixODBC unixODBC-dev
Installing from .tar.gz files
Alternatively, wander in CRAN, bring down .tar.gz files, and say
R CMD INSTALL file1.tar.gz file2.tar.gz ...
Individual users can install R packages into their home directory.
The simplest procedure is to create a file
~/.Renviron containing,
e.g.,
R_LIBS="~/lib/R/library:${R_LIBS}"
The install.packages() and update.packages() functions will then work in directory ~/lib/R/library.