Skip to content

Commit

Permalink
fewer repos
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Sep 21, 2023
1 parent 986a2bb commit 8557bf3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
run: |
repos <- c(
shikokuchuo = "https://shikokuchuo.r-universe.dev",
wlandau = "https://wlandau.r-universe.dev",
cran = "https://cloud.r-project.org"
wlandau = "https://wlandau.r-universe.dev"
)
text <- paste(deparse(repos), collapse = "\n")
lines <- sprintf("\noptions(repos = %s)\n", text)
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
run: |
repos <- c(
shikokuchuo = "https://shikokuchuo.r-universe.dev",
wlandau = "https://wlandau.r-universe.dev",
cran = "https://cloud.r-project.org"
wlandau = "https://wlandau.r-universe.dev"
)
text <- paste(deparse(repos), collapse = "\n")
lines <- sprintf("\noptions(repos = %s)\n", text)
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
run: |
repos <- c(
shikokuchuo = "https://shikokuchuo.r-universe.dev",
wlandau = "https://wlandau.r-universe.dev",
cran = "https://cloud.r-project.org"
wlandau = "https://wlandau.r-universe.dev"
)
text <- paste(deparse(repos), collapse = "\n")
lines <- sprintf("\noptions(repos = %s)\n", text)
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
run: |
repos <- c(
shikokuchuo = "https://shikokuchuo.r-universe.dev",
wlandau = "https://wlandau.r-universe.dev",
cran = "https://cloud.r-project.org"
wlandau = "https://wlandau.r-universe.dev"
)
text <- paste(deparse(repos), collapse = "\n")
lines <- sprintf("\noptions(repos = %s)\n", text)
Expand Down

0 comments on commit 8557bf3

Please sign in to comment.