Skip to content

Commit

Permalink
specify pkgs explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherkenny committed Jul 5, 2024
1 parent 46b80ed commit d07c496
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d07c496

Please sign in to comment.