Skip to content

Commit

Permalink
Use CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Dec 11, 2023
1 parent a4127ff commit 7e87f65
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Add r-universe to repos
run: |
cat("\noptions(repos=c(shikokuchuo = 'https://shikokuchuo.r-universe.dev', wlandau = 'https://wlandau.r-universe.dev', CRAN = 'https://cloud.r-project.org'))\n", file = "~/.Rprofile", append = TRUE)
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/cover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ jobs:
with:
use-public-rspm: true

- name: Add r-universe to repos
run: |
cat("\noptions(repos=c(shikokuchuo = 'https://shikokuchuo.r-universe.dev', wlandau = 'https://wlandau.r-universe.dev', CRAN = 'https://cloud.r-project.org'))\n", file = "~/.Rprofile", append = TRUE)
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::covr
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
with:
use-public-rspm: true

- name: Add r-universe to repos
run: |
cat("\noptions(repos=c(shikokuchuo = 'https://shikokuchuo.r-universe.dev', wlandau = 'https://wlandau.r-universe.dev', CRAN = 'https://cloud.r-project.org'))\n", file = "~/.Rprofile", append = TRUE)
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::lintr, local::.
Expand Down

0 comments on commit 7e87f65

Please sign in to comment.