Hello! I am on R version 3.6.3 and I am trying to install the package simplifyEnrichment on R Studio.
This is the warning message I am getting
BiocManager::install("simplifyEnrichment"):
'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details
replacement repositories:
CRAN: https://cloud.r-project.org
Bioconductor version 3.9 (BiocManager 1.30.12), R 3.6.3 (2020-02-29)
Installing package(s) 'simplifyEnrichment'
Warning message:
package ‘simplifyEnrichment’ is not available (for R version 3.6.3)
I am having trouble updating my R version but also I think in the page of the package it is stated that it should work for R version > 3.6 (Depends R (>= 3.6.0), BiocGenerics, grid)
Is there any way to fix this without updating? I have also searched the package for older R releases but it is not there (navigating to "For older versions of R, please refer to the appropriate Bioconductor release")
Many thanks.