Skip to content

Commit

Permalink
No RStudio Package Manager for renv-based CI-CD, to respect renv.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoporreca committed Jan 10, 2024
1 parent 1a1d185 commit b22e30a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-renv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
# Enable RStudio Package Manager to speed up package installation
use-public-rspm: true
# No RStudio Package Manager to respect renv.lock
use-public-rspm: false

- name: Install system dependencies
# This is not taken care of (yet) by r-lib/actions/setup-renv
Expand Down

0 comments on commit b22e30a

Please sign in to comment.