-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
tidyCDISC/.github/workflows/R-CMD-check-devel.yaml
Lines 45 to 51 in f41ed77
| - uses: r-lib/actions/setup-r@v2 | |
| - uses: r-lib/actions/setup-renv@v2 | |
| with: | |
| r-version: ${{ matrix.config.r }} | |
| http-user-agent: ${{ matrix.config.http-user-agent }} | |
| use-public-rspm: true | |
| extra-packages: rcmdcheck |
The above inputs are being passed to setup-renv instead of setup-r. Please see the r-lib/actions repo for more information.
We should also consider whether or not we want setup-r to use the r version in renv.lock.
Metadata
Metadata
Assignees
Labels
No labels