Skip to content

Commit 9abf7d7

Browse files
committed
added R
1 parent bce71db commit 9abf7d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish.yml

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

20+
- uses: r-lib/actions/setup-r@v2
21+
with:
22+
use-public-rspm: true
23+
24+
- name: Install devtools
25+
run: install.packages(c("rmarkdown", "knitr"))
26+
shell: Rscript {0}
27+
2028
- name: Render and Publish
2129
uses: quarto-dev/quarto-actions/publish@v2
2230
with:

0 commit comments

Comments
 (0)