From 14c763947343dcdc04388a90d908503acadda690 Mon Sep 17 00:00:00 2001 From: Thomas Debray <117118104+tdebray123@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:08:10 +0100 Subject: [PATCH] add dependencies --- .github/workflows/publish.yml | 3 +++ chapter_07.qmd | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index de7fccf..4b4c8d8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: diff --git a/chapter_07.qmd b/chapter_07.qmd index 17d27fc..2f8a364 100644 --- a/chapter_07.qmd +++ b/chapter_07.qmd @@ -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"),