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
2016년 1월 14일 목요일
Sydney news paper
http://m.smh.com.au/money/saving/kickstart-2016-with-a-financial-health-check-20160107-gm15ke.html
피드 구독하기:
글 (Atom)