diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index f79aca1..33c1c0b 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -32,6 +32,27 @@ jobs: # From https://github.com/r-lib/actions/tree/v2-branch/setup-r - name: Setup R uses: r-lib/actions/setup-r@v2 + + - name: R dependencies + - uses: r-lib/actions/setup-r-dependencies@v2 + with: + packages: + any::knitr + any::rmarkdown + any::bookdown + any::dplyr + any::ggplot2 + any::readr + any::forcats + any::scales + any::haven + any::readxl + any::tidyr + any::fs + any::data.table + any::ggrepel + any::patchwork + any::rmarkdown # See more at https://github.com/quarto-dev/quarto-actions/blob/main/examples/example-03-dependencies.md