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")
安装成功