Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tdebray123 committed Nov 21, 2023
1 parent 43e584d commit 14c7639
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
any::kableExtra
any::dplyr
any::ggplot2
any::tidyverse
any::flextable
any::officer
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion chapter_07.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ We can generate a summary report from aforementioned effect modification analysi
```{r}
#| warning: false
#| message: false
require(interactionR)
library(interactionR)
em.object <- interactionR(fit.w.em,
exposure_names = c("income0", "smoking1"),
Expand Down

0 comments on commit 14c7639

Please sign in to comment.