Skip to content

Commit

Permalink
update publish specification
Browse files Browse the repository at this point in the history
  • Loading branch information
tdebray123 committed Nov 21, 2023
1 parent 99115f4 commit 2f4b7aa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,19 @@ jobs:
- name: Install R packages
uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::rmarkdown
any::kableExtra
any::knitr
any::dplyr
any::ggplot2
any::tidyverse
any::flextable
any::officer
any::Matrix
any::survey
any::testthat
cache-version: 2
extra-packages: |
rmarkdown
kableExtra
knitr
dplyr
ggplot2
tidyverse
flextable
officer
survey
testthat
upgrade: true
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
Expand Down
7 changes: 0 additions & 7 deletions chapter_07.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ bibliography: 'https://api.citedrive.com/bib/0d25b38b-db8f-43c4-b934-f4e2f3bd655
#| message: false
#| warning: false
rm(list = ls(all = TRUE))
invisible(lapply(paste0("package:", names(sessionInfo()$otherPkgs)), # Unload add-on packages
detach,
character.only = TRUE, unload = TRUE))
# List of required packages
required_packages <- c("table1", "cobalt", "WeightIt", "optmatch",
"lmtest", "sandwich", "jtools",
Expand Down

0 comments on commit 2f4b7aa

Please sign in to comment.