Skip to content

Commit

Permalink
Merge branch 'main' into cran_submission_0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Sep 17, 2024
2 parents 05cf166 + 26f22e7 commit f1b077b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:

steps:
- uses: r-hub/actions/checkout@v1
- name: Add additional r-universe repository
run: |
# Add additional r-universe repository
echo 'options(repos = c(getOption("repos"), "https://geocompr.r-universe.dev"))' >> ~/.Rprofile
- uses: r-hub/actions/platform-info@v1
with:
token: ${{ secrets.RHUB_TOKEN }}
Expand Down Expand Up @@ -81,6 +85,11 @@ jobs:
with:
job-config: ${{ matrix.config.job-config }}
token: ${{ secrets.RHUB_TOKEN }}
- name: Add additional r-universe repository
run: |
# Add additional r-universe repository
echo 'options(repos = c(getOption("repos"), "https://geocompr.r-universe.dev"))' >> ~/.Rprofile
shell: bash
- uses: r-hub/actions/platform-info@v1
with:
token: ${{ secrets.RHUB_TOKEN }}
Expand Down

0 comments on commit f1b077b

Please sign in to comment.