diff --git a/communication.qmd b/communication.qmd index d8e8df8..1c08837 100644 --- a/communication.qmd +++ b/communication.qmd @@ -33,6 +33,7 @@ Don't forget that you'll need to install those packages with `install.packages() ```{r} #| label: setup +#| message: false library(tidyverse) library(ggrepel) diff --git a/layers.qmd b/layers.qmd index 811ef58..33e8276 100644 --- a/layers.qmd +++ b/layers.qmd @@ -28,6 +28,7 @@ To access the datasets, help pages, and functions used in this chapter, load the ```{r} #| label: setup +#| message: false library(tidyverse) ```