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