Hi all,
I am trying to update a Bioconductor package (scran) which is a dependency for another one (cellassign) and so I had to update my Bioconductor version from 3.7 to 3.9 (I am using R 3.6.1). I got the following message and nothing was updated. Can somebody provide a quick fix?
Thanks in advance!
> BiocManager::install(version = "3.9")
Bioconductor version 3.9 (BiocManager 1.30.4), R 3.6.1 (2019-07-05)
Warning: unable to access index for repository https://bioconductor.org/packages/3.9/bioc/src/contrib:
cannot open URL 'https://bioconductor.org/packages/3.9/bioc/src/contrib/PACKAGES'
Warning: unable to access index for repository https://bioconductor.org/packages/3.9/data/annotation/src/contrib:
cannot open URL 'https://bioconductor.org/packages/3.9/data/annotation/src/contrib/PACKAGES'
Warning: unable to access index for repository https://bioconductor.org/packages/3.9/data/experiment/src/contrib:
cannot open URL 'https://bioconductor.org/packages/3.9/data/experiment/src/contrib/PACKAGES'
Warning: unable to access index for repository https://bioconductor.org/packages/3.9/workflows/src/contrib:
cannot open URL 'https://bioconductor.org/packages/3.9/workflows/src/contrib/PACKAGES'
installation path not writeable, unable to update packages: boot, foreign, mgcv, nlme
Update old packages: 'Seurat'
Me too, in the same situation!!