I am trying to install Herper and it says it is not available for my version of Bioconductor. However, the Bioconductor website says that Herper should work with version 3.15 and R 4.2.1 which I have!
Here is my code:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Herper")
And here is the error I get:
> if (!require("BiocManager", quietly = TRUE))
+ install.packages("BiocManager")
Bioconductor version 3.15 (BiocManager 1.30.18), R 4.2.1 (2022-06-23)
> BiocManager::install("Herper")
'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details
replacement repositories:
CRAN: https://cran.rstudio.com/
Bioconductor version 3.15 (BiocManager 1.30.18), R 4.2.1 (2022-06-23)
Installing package(s) 'Herper'
Warning message:
package ‘Herper’ is not available for Bioconductor version '3.15'
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages