Skip to content

Commit 67852af

Browse files
committed
hide tidyverse output
1 parent 20afa4c commit 67852af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/compare-interventions.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ We must also define our *outcome of interest* to make comparisons between interv
123123

124124
In this tutorial, we will learn how to use the R package `{epidemics}` to compare the effect of different interventions on simulated disease trajectories. We will use `{socialmixr}` for social contact data and `{tidyverse}` (including `{dplyr}`, `{ggplot2}`, and the pipe `%>%`) for data manipulation and visualization.
125125

126-
```{r}
126+
```{r,message=FALSE,warning=FALSE}
127127
library(epidemics)
128128
library(socialmixr)
129129
library(tidyverse)

0 commit comments

Comments
 (0)