2016년 1월 26일 화요일

Install R on RedHat (RHEL 6.6)


View following site and download source code (R-3.2.3.tar.gz)

   https://cran.r-project.org/


[ Command Line ]

   wget  https://cran.r-project.org/src/base/R-3/R-3.2.3.tar.gz
   tar  xvf  R-3.2.3.tar.gz
   vi  INSTALL
   ./configure
   make
   make  check
   make  info
   make  pdf
   make  install
   make  install-info




[ To do before R-installing ]

Install texi2any program before building the R program
   http://ftp.gnu.org/gnu/texinfo/
   wget  http://ftp.gnu.org/gnu/texinfo/texinfo-6.0.tar.xz

Install texlive program before building thr R program
   yum  install  texlive*

Check if ncurses library is installed before R installing.
   yum  install  ncurses-devel




댓글 없음:

댓글 쓰기