Skip to content

Commit 93f2e05

Browse files
committed
Update embedded pkgcache
1 parent ef1a72c commit 93f2e05

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/library/pkgcache/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Language: en-US
2929
Roxygen: list(markdown = TRUE, r6 = FALSE)
3030
Config/roxygen2/version: 8.0.0
3131
NeedsCompilation: yes
32-
Packaged: 2026-08-14 15:12:59 UTC; gaborcsardi
32+
Packaged: 2026-08-19 14:28:38 UTC; gaborcsardi
3333
Author: Gábor Csárdi [aut, cre],
3434
Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
3535
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>

src/library/pkgcache/R/bioc.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@ bioconductor <- local({
9595
config_url <- function() {
9696
Sys.getenv(
9797
"R_BIOC_CONFIG_URL",
98-
"https://bioconductor.posit.co/config.yaml"
98+
getOption(
99+
"BIOCONDUCTOR_CONFIG_FILE",
100+
"https://bioconductor.posit.co/config.yaml"
101+
)
99102
)
100103
}
101104

0 commit comments

Comments
 (0)