We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcda60a commit 24bdaf3Copy full SHA for 24bdaf3
.github/workflows/R-CMD-check.yaml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
20
matrix:
21
config:
22
- - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
+ - {os: ubuntu-latest, r: 'release'}
23
24
env:
25
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -35,6 +35,7 @@ jobs:
35
r-version: ${{ matrix.config.r }}
36
http-user-agent: ${{ matrix.config.http-user-agent }}
37
use-public-rspm: true
38
+ extra-repositories: 'https://canmod.r-universe.dev'
39
40
- uses: r-lib/actions/setup-r-dependencies@v2
41
with:
.github/workflows/pkgdown.yaml
@@ -30,6 +30,7 @@ jobs:
30
- uses: r-lib/actions/setup-r@v2
31
32
33
34
0 commit comments