第一步 启用镜像
install.packages("BiocManager", repos="http://mirrors.tuna.tsinghua.edu.cn/CRAN/" )
options(BioC_mirror="https://mirrors.tuna.tsinghua.edu.cn/bioconductor")
第二步 安装依赖
install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest', 'cairo', 'IRkernel'), repos="http://mirrors.tuna.tsinghua.edu.cn/CRAN/" )
第三步 启用R内核
IRkernel::installspec(user = FALSE)
Comments NOTHING