Hi,
it seems that I can't download fgsea_1.20.0.tar.gz. Tried both from R v4.1.0 and from web browser (https://bioconductor.org/packages/3.14/bioc/html/fgsea.html; with different web browsers, different OS, different connections: no access to the file).
Is it just me? Could anyone check and suggest a solution?
Thank you for the help.
# include your problematic code here with any corresponding output # please also include the results of running the following in an R session
sessionInfo()
It looks like the site that hosts the archived versions of Bioconductor packages is currently down (https://mghp.osn.xsede.org/).
You could try the function chooseBiocMirror() and select an alternative. In my experience option 2 (Germany (Gottingen)[https]) often works well.
Alternatively (and probably recommended), you can update to using R 4.3 and Bioconductor 3.17. Then the packages will come from a different site, and you'll be getting the most up-to-date versions.
the mirror you suggested worked. thanks