Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Github Actions #243

Open
Jeff-Thompson12 opened this issue Apr 25, 2023 · 0 comments
Open

Fix Github Actions #243

Jeff-Thompson12 opened this issue Apr 25, 2023 · 0 comments

Comments

@Jeff-Thompson12
Copy link
Collaborator

- 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant