2025-01-25doBy包安装报错
2025-01-24 本文已影响0人
装在瓶子里的阳光_2a70
install.packages('preprocessCore')
报错
Warning in install.packages :
package ‘clusterProfiler’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at R Installation and Administration
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("doBy")
安装成功