Copy these words , mainly to copy the code for your own use
R包的安装:
- 对普通的R包,直接install.packages()即可
- 对于bioconductor的包,我们一般是
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("PANR")
Copy these words , mainly to copy the code for your own use
R包的安装:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("PANR")
本文标题:【复制代码】R包安装
本文链接:https://www.haomeiwen.com/subject/fsdioctx.html
网友评论