Skip to content

Commit bc520a8

Browse files
authored
add R and dependencies
1 parent ebdf50a commit bc520a8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/quarto_publish.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ jobs:
1717
- name: Set up Quarto
1818
uses: quarto-dev/quarto-actions/setup@v2
1919

20+
- name: Install R
21+
uses: r-lib/actions/setup-r@v2
22+
with:
23+
r-version: '4.3.3'
24+
25+
- name: Install R Dependencies
26+
uses: r-lib/actions/setup-r-dependencies@v2
27+
with:
28+
packages:
29+
any::tidyverse
30+
any::duckdb
31+
2032
- name: Render and Publish
2133
uses: quarto-dev/quarto-actions/publish@v2
2234
with:

0 commit comments

Comments
 (0)