r 此脚本源自setup_bootcamp.sh并将R设置为up。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了r 此脚本源自setup_bootcamp.sh并将R设置为up。相关的知识,希望对你有一定的参考价值。

# Install the hadleyverse
install.packages(c("dplyr","tidyr","stringr", "ggplot2", "reshape2", "httr", "readxl"),  repos = 'http://cran.us.r-project.org')

# Other useful R Packages
install.packages(c("rio", "data.table", "knitr", "RColorBrewer", "RCurl", "readr"),  repos = 'http://cran.us.r-project.org')

# Install bioconductor
source("http://bioconductor.org/biocLite.R")
biocLite()

以上是关于r 此脚本源自setup_bootcamp.sh并将R设置为up。的主要内容,如果未能解决你的问题,请参考以下文章

运行 R 脚本

R中的SQL脚本仅提供有限数量的观察

在 R 中打印或捕获多个对象

R脚本每<x>天取平均值

使用记事本编写Ps脚本

R语言在RstudioR Console获取当前路径并使用source函数执行R脚本