In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains the steps of installing R language under Centos6. The content of the explanation is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn the steps of installing R language under Centos6.
R language is a language and operating environment mainly used for statistical analysis and drawing.
Official website:
Http://www.r-project.org/
There is a direct installation package under Windows, which is very convenient to download and install directly, but for the newly released CentOS6.0, you can't install R directly through yum, you need to compile it yourself.
Download page:
Http://ftp.ctex.org/mirrors/CRAN/
Before compiling R, you need to install the following programs through yum:
The code is as follows:
# yum install gcc-gfortran # otherwise report "configure: error: No F77 compiler found" error
# yum install gcc gcc-c++ # otherwise report "configure: error: C++ preprocessor" / lib/cpp "fails sanity check" error
# yum install readline-devel # otherwise report "- with-readline=yes (default) and headers/libs are not available" error
# yum install libXt-devel # otherwise report "configure: error:-with-x=yes (default) and X11 headers/libs are not available" error
Then download the source code and compile
The code is as follows:
# cd
# wget http://ftp.ctex.org/mirrors/CRAN/src/base/R-2/R-2.13.1.tar.gz
# tar zxvf R-2.13.1.tar.gz
# cd Rmur2.13.1
#. / configure
# make
# make install
The compilation and installation can be completed.
Thank you for reading, the above is the content of "the steps of installing R language under Centos6". After the study of this article, I believe you have a deeper understanding of the steps of installing R language under Centos6, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.