在Ubuntu10.10系統(tǒng)中 , 有的用戶因工作需要得進(jìn)行配置R環(huán)境 , 但還不清楚該如何配置 。在這 , 小編就分享給大家配置R環(huán)境的方法 。

方法如下:
向 /etc/apt/sources.list 中加入:
deb http://ftp.ctex.org/mirrors/CRAN/bin/linux/Ubuntu maverick/
Secure apt
The Ubuntu archives on CRAN are signed with the key of "Michael Rutter " with key ID E084DAB9. You can fetch this key with
gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9
and then feed it to apt-key with
gpg -a --export E084DAB9 | sudo apt-key add -
安裝完整的R system, 使用
sudo apt-get update
sudo apt-get install r-base
管理和維護(hù)R包
The R packages part of the Ubuntu r-base and r-recommended packages are installed into the directory /usr/lib/R/library.
The other r-cran-* packages shipped with Ubuntu are installed into the directory /usr/lib/R/site-library.
These can be updated using apt-get with
sudo apt-get update
【Ubuntu10.10配置R環(huán)境的方法】 sudo apt-get upgrade上一頁123下一頁 剩下全文
推薦閱讀
- 在Linux命令環(huán)境下如何進(jìn)行基于HTTP協(xié)議安全認(rèn)證的GIT設(shè)置
- 蝸牛喜歡在什么環(huán)境的地方生活
- Linux如何進(jìn)行阿里云服務(wù)器FTP配置
- Linux系統(tǒng)Vsftpd服務(wù)器虛擬用戶和被動模式的配置方法
- 電腦查看硬件配置的方法 在哪里查看電腦配置
- Linux配置SSH服務(wù)的方法
- 紅旗Linux系統(tǒng)如何配置LILO文件
- 紅旗Linux系統(tǒng)FTP配置技巧
- thinkbook14 g2 itl配置
- 華為顯示器尺寸多少,配置參數(shù)是多少?
