Skip to content

Commit

Permalink
Remove renv
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Oct 23, 2024
1 parent 0495060 commit 8568eac
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 1,663 deletions.
1 change: 0 additions & 1 deletion .Rprofile

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
r-version: '4.4.1'

- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 1
cache-version: 2

- name: Build Quarto Project
run: quarto render
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
r-version: '4.4.1'

- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 1
cache-version: 2

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down
Loading

0 comments on commit 8568eac

Please sign in to comment.