I was trying to install some Bioconductor packages today but I am facing this error:
> BiocManager::install("BiocNeighbors")
'getOption("repos")' replaces Bioconductor standard repositories, see 'help("repositories", package =
"BiocManager")' for details.
Replacement repositories:
CRAN: https://cran.rstudio.com/
Warning: unable to access index for repository https://bioconductor.org/packages/3.18/bioc/src/contrib:
cannot open URL 'https://bioconductor.org/packages/3.18/bioc/src/contrib/PACKAGES'
It seems the URL needed to install packages are not longer available? I tried in two different computers, laptop (M2 chip) and cluster (linux centos7). It doesn't matter the package, I tried a few. Anybody is facing the same issue?
Thanks
I am experiencing the same problem, I tried with all the advices I found in similar posts but nothing seems to work
Try the mirror suggestion for now: can't open mghp.osn.xsede.org
It works with "Germany (Gottingen)"! Thanks!
I solved the problem installing the latest R version (4.4.0)