溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

R-Language(R語言或稱r-project)的安裝

發(fā)布時間:2020-06-28 20:46:18 來源:網(wǎng)絡 閱讀:1681 作者:tanzhenchao 欄目:編程語言

1、R語言的簡介

R語言(r-project)是主要用于統(tǒng)計分析、繪圖的語言和操作環(huán)境。

2、配置yum源

2.1、安裝說明

由于編譯安裝相對繁瑣,故而安裝使用repoforge的源解決,免去編譯的麻煩。

2.2、安裝rpmforge源

yum install http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el5.rf.x86_64.rpm

注意:請根據(jù)實際的系統(tǒng)OS版本選取合適的YUM源。

2.3、rpmforge源的下載

http://repoforge.org/use/

3、R-Project的安裝

3.1、查詢r-project相關包

yum search r-project

顯示如下:

Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
============================== Matched: r-project ==============================
R.x86_64 : Language for data analysis and graphics
R-devel.x86_64 : Header files, libraries and development documentation for R.
libRmath.x86_64 : standalone math library from the R project
libRmath-devel.x86_64 : standalone math library from the R project

3.2、安裝相關包

yum -y install R R-devel libRmath libRmath-devel

--------------------------------------------

參閱資料:

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

https://cran.r-project.org/src/base/R-3/

安裝方法:

https://www.rstudio.com/products/shiny/download-server/



向AI問一下細節(jié)

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權內(nèi)容。

AI