Redhat Data Mining R language software and installation of Rstudio-server service

Source: Internet
Author: User

Installation time: August 25, 2015 22:55:35

Luomg

Software: R, Rstudio-server

Environment: redhat6.2

Contact: [Email protected]

Today Daoteng an afternoon finally took care of the installation of the R environment, R due to the call of many Fortran libraries, installation of a little trouble, provide the installation script before the first hell Word

Yum Install *fortran*-y
Yum Install g++-y
Yum install glibc* gcc-c++-y
Yum Install readline*-y
Yum Install Libxt-devel-y
Yum Install java*-y
wget http://ftp.iitm.ac.in/cran/src/base/R-3/R-3.2.2.tar.gz
TAR-ZXF r-3.2.2.tar.gz
CD R-3.2.2
./configure--enable-r-shlib--enable-r-static-lib--enable-blas-shlib--enable-static=yes--enable-shared=yes
Make Cflags=-fpic
Make install
CP lib/libr*/usr/local/lib64/r/lib/
RPM-IVH rstudio-server-rhel-0.99.473-x86_64.rpm
Rstudio-server verify-installation
Iptables-a input-p tcp-dport 8787-j ACCEPT
Netstat-antl

Installation FAQs

1. Unable to install PDF

/usr/bin/install: Unable to get "news.pdf" File Status (STAT): No file or directory
/usr/bin/install: Unable to get "news.pdf" File Status (STAT): No file or directory
Make: * * [Install-sources2] Error 1

Workaround: This problem is due to the server minimized installation resulting in the inability to complete the PDF doc help, so remove the

Vim Doc/makefile

Change 18 or 19 lines to the following, i.e. remove News.pdf

INSTFILES2 = News.rds NEWS
Non_svn_instfiles = FAQ RESOURCES NEWS

INSTFILES2 = News.rds NEWS
#NEWS. pdf
Non_svn_instfiles = FAQ RESOURCES NEWS
#NEWS. pdf
# # # generated later.

Update

August 25, 2015 23:28:33 Additional additions to the installation PDF failure

Redhat Data Mining R language software and installation of Rstudio-server service

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.