Skip to content

Commit

Permalink
ci: drop renv
Browse files Browse the repository at this point in the history
  • Loading branch information
niekdt committed May 3, 2024
1 parent 126fc86 commit 83b3d77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
brew install --cask xquartz
sudo /usr/X11/bin/xvfb :1 -screen 1 1024x768x24 -ac &
- uses: r-lib/actions/setup-renv@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 3
cache-version: 4

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-renv@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 3
cache-version: 4

- name: Install package
shell: Rscript {0}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Install Linux dependencies
run: sudo apt-get install -yq libglu1-mesa-dev libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libfftw3-dev

- uses: r-lib/actions/setup-renv@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
cache-version: 4

- name: Test coverage
shell: Rscript {0}
Expand Down

0 comments on commit 83b3d77

Please sign in to comment.