|
- 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.
tidyCDISC/.github/workflows/R-CMD-check-devel.yaml
Lines 45 to 51 in f41ed77
The above inputs are being passed to
setup-renvinstead ofsetup-r. Please see ther-lib/actionsrepo for more information.We should also consider whether or not we want
setup-rto use the r version inrenv.lock.