Skip to content

Commit e23a780

Browse files
committed
releases
1 parent fa29bb5 commit e23a780

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Diff for: .github/workflows/check.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ jobs:
4949
http-user-agent: ${{ matrix.config.http-user-agent }}
5050
use-public-rspm: true
5151

52-
- name: Add r-universe to repos
53-
run: |
54-
cat("\noptions(repos=c(ropensci='https://ropensci.r-universe.dev',CRAN ='https://cloud.r-project.org'))\n", file = "~/.Rprofile", append = TRUE)
55-
shell: Rscript {0}
56-
5752
- uses: r-lib/actions/setup-r-dependencies@v2
5853
with:
5954
extra-packages: any::rcmdcheck

Diff for: .github/workflows/lint.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
with:
1717
use-public-rspm: true
1818

19-
- name: Add r-universe to repos
20-
run: |
21-
cat("\noptions(repos=c(ropensci='https://ropensci.r-universe.dev',CRAN ='https://cloud.r-project.org'))\n", file = "~/.Rprofile", append = TRUE)
22-
shell: Rscript {0}
23-
2419
- uses: r-lib/actions/setup-r-dependencies@v2
2520
with:
2621
extra-packages: any::lintr, local::.

0 commit comments

Comments
 (0)