Skip to content

Commit

Permalink
Update render-and-publish.yml
Browse files Browse the repository at this point in the history
add tidyverse pkgs to github action
  • Loading branch information
ChristineStawitz-NOAA authored Dec 11, 2023
1 parent ee7576b commit 8aa8e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: r-lib/actions/setup-r@v2

- name: Install packages (needed for Rmd)
run: Rscript -e 'install.packages(c("rmarkdown", "knitr", "jsonlite"))'
run: Rscript -e 'install.packages(c("rmarkdown", "knitr", "jsonlite","dplyr","tidyr","ggplot2"))'

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

0 comments on commit 8aa8e84

Please sign in to comment.