Skip to content

Commit

Permalink
Set up R
Browse files Browse the repository at this point in the history
  • Loading branch information
schoulten committed May 27, 2023
1 parent e890e56 commit 629dd31
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Expand Up @@ -17,7 +17,12 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Setup up R Markdown
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.1'

- name: Set up R Markdown
run: |
install.packages("rmarkdown")
shell: Rscript {0}
Expand Down

0 comments on commit 629dd31

Please sign in to comment.