From 8aa8e847c56a23e6d729038c4a6729f311da9b9f Mon Sep 17 00:00:00 2001 From: Christine Stawitz - NOAA <47904621+ChristineStawitz-NOAA@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:48:38 -0800 Subject: [PATCH] Update render-and-publish.yml add tidyverse pkgs to github action --- .github/workflows/render-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-and-publish.yml b/.github/workflows/render-and-publish.yml index 00bca25..ebedb8f 100644 --- a/.github/workflows/render-and-publish.yml +++ b/.github/workflows/render-and-publish.yml @@ -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