Hi,
I'm trying to install AnnotationForge, and it is said that the package "Matrix" is old.
> BiocManager::install("AnnotationForge")
'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details
replacement repositories:
CRAN: https://cran.rstudio.com/
Bioconductor version 3.14 (BiocManager 1.30.16), R 4.1.2 (2021-11-01)
Old packages: 'Matrix'
Update all/some/none? [a/s/n]:
Matrix 1.4.0 is released in 2021/12/8. but in my environment, its compile is failing.
I'm trying to fix it, but anyway, can I install bioconductor packages without updating dependent package(in this case, Matrix)?
Regards.
Thank you for your kind reply!
I selected "n", then I got the following output.
So I have run the BiocManager::install() with "force" option,
Then it installed successfully and appears to be working fine!
Thank you.