Skip to content

Commit

Permalink
add R dependencies (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinvoicu authored Oct 23, 2024
1 parent fdcbb8b commit 313a345
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

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

- name: Install R dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: any::rmarkdown
any::knitr

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

0 comments on commit 313a345

Please sign in to comment.