We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e8f37 commit 96f26efCopy full SHA for 96f26ef
.github/workflows/rhub.yaml
@@ -56,6 +56,11 @@ jobs:
56
with:
57
token: ${{ secrets.RHUB_TOKEN }}
58
job-config: ${{ matrix.config.job-config }}
59
+ - name: Add additional r-universe repository
60
+ run: |
61
+ # Add additional r-universe repository
62
+ options(repos = c(getOption("repos"), "https://geocompr.r-universe.dev"))
63
+ shell: Rscript {0}
64
- uses: r-hub/actions/setup-deps@v1
65
66
@@ -81,6 +86,7 @@ jobs:
81
86
82
87
83
88
89
+ extra-repositories: https://geocompr.r-universe.dev
84
90
- uses: r-hub/actions/platform-info@v1
85
91
92
0 commit comments