We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe04de commit ae1b3afCopy full SHA for ae1b3af
rechecktools/R/linux-binaries.R
@@ -40,8 +40,8 @@ preinstall_linux_binaries <- function(tocheck){
40
official_bioc_repos <- function(){
41
version <- utils:::.BioC_version_associated_with_R_version()
42
sprintf(c(
43
- BioCsoft = "https://bioconductor.org/packages/%s/bioc",
44
- BioCann = "https://bioconductor.org/packages/%s/data/annotation",
45
- BioCexp = "https://bioconductor.org/packages/%s/data/experiment"
+ BioCsoft = "https://bioconductor.posit.co/packages/%s/bioc",
+ BioCann = "https://bioconductor.posit.co/packages/%s/data/annotation",
+ BioCexp = "https://bioconductor.posit.co/packages/%s/data/experiment"
46
), version)
47
}
0 commit comments