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 293d4df commit 138f28b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
16 changes: 0 additions & 16 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(mschubert = 'https://mschubert.r-universe.dev', 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 All @@ -68,16 +63,5 @@ jobs:
shell: Rscript {0}
run: torch::install_torch()

- name: Install dev crew
shell: Rscript {0}
run: |
install.packages("remotes")
remotes::install_github("wlandau/crew")
- name: Remove clustermq
if: runner.os != 'Linux'
shell: Rscript {0}
run: remove.packages("clustermq")

- name: Check package
uses: r-lib/actions/check-r-package@v2
5 changes: 0 additions & 5 deletions .github/workflows/cover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
with:
use-public-rspm: true

- name: Add r-universe to repos
run: |
cat("\noptions(repos=c(mschubert = 'https://mschubert.r-universe.dev', 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 @@ -20,11 +20,6 @@ jobs:
with:
use-public-rspm: true

- name: Add r-universe to repos
run: |
cat("\noptions(repos=c(mschubert = 'https://mschubert.r-universe.dev', 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 138f28b

Please sign in to comment.