From fec3ea38d7376128fa99d5f6d6032909a865a09c Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Mon, 5 Jan 2026 23:02:14 +0100 Subject: [PATCH] Use reliable Bioconductor mirror --- R/bioc.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/bioc.R b/R/bioc.R index 0645af2..aa3800f 100644 --- a/R/bioc.R +++ b/R/bioc.R @@ -90,7 +90,7 @@ bioconductor <- local({ config_url <- function() { Sys.getenv( "R_BIOC_CONFIG_URL", - "https://bioconductor.org/config.yaml" + "https://bioconductor.posit.co/config.yaml" ) }