Entering edit mode
Hi all,
I am trying to install biomaRt on my macOS 12.6.1 (Apple M1 Pro just in case it is important) with the following code
BiocManager::install("biomaRt")
that returns this
'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details
replacement repositories:
CRAN: https://cran.rstudio.com/
Bioconductor version 3.14 (BiocManager 1.30.19), R 4.1.2 (2021-11-01)
Installing package(s) 'biomaRt'
Warning: unable to access index for repository https://bioconductor.org/packages/3.14/data/experiment/bin/macosx/contrib/4.1:
it was not possible to open the URL 'https://bioconductor.org/packages/3.14/data/experiment/bin/macosx/contrib/4.1/PACKAGES'
trying URL 'https://bioconductor.org/packages/3.14/bioc/bin/macosx/contrib/4.1/biomaRt_2.50.3.tgz'
Error in download.file(url, destfile, method, mode = "wb", ...) :
it was not possible to open the URL 'https://bioconductor.org/packages/3.14/bioc/bin/macosx/contrib/4.1/biomaRt_2.50.3.tgz'
Además: Warning message:
In download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL 'https://mghp.osn.xsede.org/bir190004-bucket01/archive.bioconductor.org/packages/3.14/bioc/bin/macosx/contrib/4.1/biomaRt_2.50.3.tgz': HTTP status was '503 Service Unavailable'
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
download of package ‘biomaRt’ failed
I understand the important part is that cannot find the URLs that it needs but I do not know how to solve it.
Thank you very much
Alfonso
I'm having the same issue Can't install packages due to '503 Service Unavailable'