Skip to content

Commit 5440a53

Browse files
committed
fix: update repository URLs in external-use.yaml for improved package access
1 parent 1b64f49 commit 5440a53

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/external-use.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ jobs:
8989
repos = c(
9090
"https://adafede.r-universe.dev",
9191
"https://taxonomicallyinformedannotation.r-universe.dev",
92-
"https://bioconductor.org/packages/release/bioc",
93-
"https://cloud.r-project.org"
92+
"https://cran.r-universe.dev",
93+
"https://r-lib.r-universe.dev",
94+
"https://bioc.r-universe.dev"
9495
)
9596
)
9697
shell: Rscript {0}

0 commit comments

Comments
 (0)