Skip to content

Commit 3564c18

Browse files
committed
fix: update repository URLs for improved package access in documentation and configuration files
1 parent 5440a53 commit 3564c18

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/external-use.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
"https://adafede.r-universe.dev",
9191
"https://taxonomicallyinformedannotation.r-universe.dev",
9292
"https://cran.r-universe.dev",
93-
"https://r-lib.r-universe.dev",
9493
"https://bioc.r-universe.dev"
9594
)
9695
)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ install.packages(
6161
repos = c(
6262
"https://adafede.r-universe.dev",
6363
"https://taxonomicallyinformedannotation.r-universe.dev",
64-
"https://bioconductor.org/packages/release/bioc",
65-
"https://cloud.r-project.org"
64+
"https://cran.r-universe.dev",
65+
"https://bioc.r-universe.dev"
6666
)
6767
)
6868
```

README.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ install.packages(
6868
repos = c(
6969
"https://adafede.r-universe.dev",
7070
"https://taxonomicallyinformedannotation.r-universe.dev",
71-
"https://bioconductor.org/packages/release/bioc",
72-
"https://cloud.r-project.org"
71+
"https://cran.r-universe.dev",
72+
"https://bioc.r-universe.dev"
7373
)
7474
)
7575
```

vignettes/cascade.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ install.packages(
6565
repos = c(
6666
"https://adafede.r-universe.dev",
6767
"https://taxonomicallyinformedannotation.r-universe.dev",
68-
"https://bioconductor.org/packages/release/bioc",
69-
"https://cloud.r-project.org"
68+
"https://cran.r-universe.dev",
69+
"https://bioc.r-universe.dev"
7070
)
7171
)
7272
```

0 commit comments

Comments
 (0)