title: 复旦高性能计算 (六) jupyter启用R内核 tags: [] id: '1098' categories:
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/" )
IRkernel::installspec(user = FALSE)