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 cd49091 commit 4748f66Copy full SHA for 4748f66
.github/workflows/R-CMD-check-dev.yaml
@@ -118,14 +118,14 @@ jobs:
118
with:
119
cache-version: rcc-dev-${{ matrix.package }}-1
120
needs: build, check
121
- extra-packages: "any::rcmdcheck any::remotes ."
+ extra-packages: "any::rcmdcheck r-lib/remotes@f-618-universe ."
122
token: ${{ secrets.GITHUB_TOKEN }}
123
124
- name: Install dev version of ${{ matrix.package }}
125
env:
126
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
127
run: |
128
- remotes::install_dev("${{ matrix.package }}", "https://cloud.r-project.org", upgrade = "always")
+ remotes::install_runiverse("${{ matrix.package }}", linux_distro = "noble")
129
shell: Rscript {0}
130
131
- name: Session info
0 commit comments