Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
update package requirements
  • Loading branch information
NightlordTW authored Nov 20, 2023
1 parent d3b642c commit ae256ce
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,21 @@ jobs:
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::rmarkdown
any::ggplot2
any::cobalt
any::data.table
any::dplyr
any::ggplot2
any::knitr
any::lmtest
any::marginaleffects
any::MASS
any::readxl

any::rmarkdown
any::robvis
any::sandwich
any::survey
any::tableone
any::truncnorm
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
Expand Down

0 comments on commit ae256ce

Please sign in to comment.