Skip to content

Commit ae1b3af

Browse files
committed
Switch to posit bioc mirror
1 parent 9fe04de commit ae1b3af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rechecktools/R/linux-binaries.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ preinstall_linux_binaries <- function(tocheck){
4040
official_bioc_repos <- function(){
4141
version <- utils:::.BioC_version_associated_with_R_version()
4242
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"
43+
BioCsoft = "https://bioconductor.posit.co/packages/%s/bioc",
44+
BioCann = "https://bioconductor.posit.co/packages/%s/data/annotation",
45+
BioCexp = "https://bioconductor.posit.co/packages/%s/data/experiment"
4646
), version)
4747
}

0 commit comments

Comments
 (0)