Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Add R and renv to workflow (#12)
Browse files Browse the repository at this point in the history
* Install and activate renv in workflow

* Add R and renv setup
  • Loading branch information
judith-bourque committed Jul 10, 2023
1 parent fc300ae commit 37708c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

- name: Set up R
- uses: r-lib/actions/setup-r@v2

- name: Install and activate renv
uses: r-lib/actions/setup-renv@v2

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

Expand Down

0 comments on commit 37708c2

Please sign in to comment.