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 40fc7ac commit 8c96819Copy full SHA for 8c96819
.github/workflows/R-CMD-check.yaml
@@ -57,12 +57,6 @@ jobs:
57
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
58
59
steps:
60
- - name: Configure RSPM
61
- if: runner.os == 'Linux'
62
- shell: bash
63
- run: |
64
- RSPM="https://packagemanager.rstudio.com/all/__linux__/$(lsb_release -cs)/latest"
65
- echo "RSPM=$RSPM" >> $GITHUB_ENV
66
67
- uses: actions/checkout@v2
68
@@ -71,7 +65,7 @@ jobs:
71
with:
72
r-version: ${{ matrix.r }}
73
Ncpus: '2L'
74
- crayon.enabled: 'TRUE'
+ use-public-rspm: true
75
69
76
70
- uses: r-lib/actions/setup-pandoc@v2
77
0 commit comments