Skip to content

Commit

Permalink
Switch to posit bioc mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 31, 2024
1 parent 9fe04de commit ae1b3af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rechecktools/R/linux-binaries.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ preinstall_linux_binaries <- function(tocheck){
official_bioc_repos <- function(){
version <- utils:::.BioC_version_associated_with_R_version()
sprintf(c(
BioCsoft = "https://bioconductor.org/packages/%s/bioc",
BioCann = "https://bioconductor.org/packages/%s/data/annotation",
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"
), version)
}

0 comments on commit ae1b3af

Please sign in to comment.