Skip to content

Commit

Permalink
add devtools and tidyverse to r packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chendaniely committed May 31, 2024
1 parent 9129d8e commit 89c416c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: r-lib/actions/setup-r@v2

- name: Install R packages
run: Rscript -e 'install.packages("rmarkdown")'
run: Rscript -e 'install.packages(c("rmarkdown", "devtools", "tidyverse"))'

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

0 comments on commit 89c416c

Please sign in to comment.