Entering edit mode
Hi,
I am facing an issue when trying to install clusterProfiler. My R version is 4.0.3 and BiocManager version is 3.12.
I used the command
BiocManager::install("clusterProfiler", force = TRUE, version = "3.12")
to try and install it, but it failed with the following error stack :
https://imgur.com/a/VlPZAwm
Could you please help me with this?
If you would like to get some help I suggest you provide the output from
sessionInfo()
. Also: does reinstalling the packageigraph
solve your problem? And if running in a Docker container, you may want to see for some suggestions: https://github.com/igraph/rigraph/issues/418We can close this thread, the issue was due to
igraph
pre-requisites not being installed. Thanks!