diff --git a/vignettes/V01_get_started.Rmd b/vignettes/V01_get_started.Rmd index 6ffdbfc4bb19de17fcd1c6ea878c279f3cc31e35..3dfccb3e0dc998a10d7253eeb2fb739905d3e65f 100644 --- a/vignettes/V01_get_started.Rmd +++ b/vignettes/V01_get_started.Rmd @@ -48,7 +48,7 @@ In the following example, we use a data sample contained in the package. For rea First, it is necessary to load the **airGR** package: -```{r} +```{r, warning=FALSE} library(airGR) ```