最近在安裝光叔的clusterProfiler包時(shí),遇到了以下報(bào)錯(cuò):

即可以正常安裝,但不能導(dǎo)入。
顯示錯(cuò)誤:package or namespace load failed for 'clusterProfiler': 'namespace:rvcheck'沒(méi)有出口'get_fun_from_pkg'這個(gè)對(duì)象,隨后電腦右側(cè)彈出360殺毒軟件的提示,把某dll文件列入了風(fēng)險(xiǎn)清單,準(zhǔn)備刪除。于是我思考,可能是由于殺毒軟件的原因,于是我重裝了Rstudio(version 1.4.1717)和R(version 4.0.5),關(guān)掉了360殺毒和安全衛(wèi)士,利用github接口安裝包:
install.packages("devtools")
devtools::install_github('GuangchuangYu/clusterProfiler')
導(dǎo)入成功了!
