Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: actions/checkout@v5

- uses: r-lib/actions/setup-r@v2
with:
r-version: 'renv'

- uses: r-lib/actions/setup-renv@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- uses: actions/checkout@v5

- uses: r-lib/actions/setup-r@v2
with:
r-version: 'renv'

- uses: r-lib/actions/setup-renv@v2

Expand Down
2 changes: 1 addition & 1 deletion renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Repositories": [
{
"Name": "RSPM",
"URL": "https://packagemanager.posit.co/cran/latest"
Comment thread
saumil-sh marked this conversation as resolved.
"URL": "https://packagemanager.posit.co/cran/2026-04-11"
}
]
},
Expand Down
Loading