R语言安装clusterProfiler包报错

img


这种情况咋办啊,我用install.packages()安装了这个treeio包还是不行。

安装方法,在R中运行如下代码,其中treeio会一起安装:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")

BiocManager::install("clusterProfiler")

参考安装指导链接:
https://bioconductor.org/packages/release/bioc/html/clusterProfiler.html