Skip to content

Commit

Permalink
Use renv R version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdnbradford committed Jul 5, 2024
1 parent ce0546b commit 07507e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
r-version: 'renv'

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dataset-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
r-version: 'renv'

- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2
Expand Down
2 changes: 1 addition & 1 deletion renv.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"R": {
"Version": "4.2.2",
"Version": "4.4.1",
"Repositories": [
{
"Name": "CRAN",
Expand Down

0 comments on commit 07507e4

Please sign in to comment.