Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Jul 21, 2023
1 parent f846397 commit 7322aeb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions vignettes/projecting_incidence.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ editor_options:
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,
message = FALSE,
warning = FALSE,
collapse = TRUE,
comment = "#>"
)
knitr::opts_chunk$set(
echo = TRUE,
message = FALSE,
warning = FALSE,
collapse = TRUE,
comment = "#>"
)
```

Expand Down Expand Up @@ -360,7 +361,7 @@ ggplot(data = incidence_ts_by_date) +
geom_vline(
mapping = aes(xintercept = max(covid19_sa$date)),
linetype = "dashed"
) +
) +
labs(x = "Date", y = "Daily cases")
```
## References

0 comments on commit 7322aeb

Please sign in to comment.