R安装包的安装(window+linux下)

2019-10-12  本文已影响0人  耕读者

网址:https://blog.csdn.net/qq_21383435/article/details/79579728

可以到网址出查看,有详细介绍服务器和本地安装的步骤。

https://blog.csdn.net/luyaran/article/details/82771491

Linux下R包的安装和管理

https://www.jianshu.com/p/659764c0165e

Linux下R包环境变量的添加

在主目录下

> ls -a

找到文件.bash_profile

>vim .bash_profile

在编辑模式下输入

> export R_LIBS=/home/groups/user/tool/R/x86_64-conda_cos6-linux-gnu-library/3.5

保存后退出,在输入下面命令

>source .bash_profile

就可条用3.5路径下的所有包了

上一篇 下一篇

猜你喜欢

热点阅读