Skip to content

Commit 8e27409

Browse files
committed
Fix CI to use ropensci
1 parent f5a9635 commit 8e27409

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
r-version: ${{ matrix.config.r }}
4040
http-user-agent: ${{ matrix.config.http-user-agent }}
4141
use-public-rspm: true
42+
extra-repositories: http://packages.ropensci.org
4243

4344
- uses: r-lib/actions/setup-r-dependencies@v2
4445
with:

.github/workflows/lint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: r-lib/actions/setup-r@v2
2020
with:
2121
use-public-rspm: true
22+
extra-repositories: http://packages.ropensci.org
2223

2324
- uses: r-lib/actions/setup-r-dependencies@v2
2425
with:

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- uses: r-lib/actions/setup-r@v2
2828
with:
2929
use-public-rspm: true
30+
extra-repositories: http://packages.ropensci.org
3031

3132
- uses: r-lib/actions/setup-r-dependencies@v2
3233
with:

0 commit comments

Comments
 (0)