随笔分类 -  R

centos7 安装R和RstudioServer版
摘要:参考: http://www.cnblogs.com/inspursu/p/4275701.html http://blog.csdn.net/u010022051/article/details/51074366 https://www.rstudio.com/products/rstudio/d 阅读全文
posted @ 2018-07-23 13:37 笨拙的忍者 阅读(572) 评论(0) 推荐(0)
centos7中安装R之前yum依赖的包
摘要:#!/bin/bash echo "#########################开始安装依赖环境#####################" sleep 1 yum -y install gcc yum -y install glibc-headers yum -y install gcc-c++ yum -y install gcc-gfortran yum -y install r... 阅读全文
posted @ 2018-05-08 18:17 笨拙的忍者 阅读(384) 评论(0) 推荐(0)