Error in installing clusterProfiler or MAGeCKFlute

Hello! I met some problems in installing clusterProfiler or MAGeCKFlute with R4.2.2.
My code is:
install.packages("BiocManager")
if(!"MAGeCKFlute" %in% installed.packages()) BiocManager::install("MAGeCKFlute")
if(!"clusterProfiler" %in% installed.packages()) BiocManager::install("clusterProfiler")
if(!"ggplot2" %in% installed.packages()) BiocManager::install("ggplot2")

library(MAGeCKFlute)
library(clusterProfiler)
library(ggplot2)

The error message is:
package or namespace load failed for ‘clusterProfiler’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]])
不存在叫‘qvalue’这个名字的程辑包

Thank you for your help!

Does it help to first run

BiocManager::install("qvalue")

Are you using Windows?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.