Skip to content

Commit ec4e2c0

Browse files
committed
Merge branch 'main' of github.com:covid19br/nowcaster into cran_clean
2 parents ecc69da + ddcf81b commit ec4e2c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vignettes/articles/3_forecasting.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ And after this we parse to the `nowcasting_inla` function the date of onset and
3636
Before forecasting, we construct the case counts curve from the lazy data, by using the internal function `data.w_no_age`, we construct the curve by summarizing the case counts by each date of onset of first symptoms present at the database.
3737

3838
```{r delay triangle}
39-
library(tidyverse)
39+
library(dplyr)
40+
library(ggplot2)
4041
library(lubridate)
4142
library(nowcaster)
4243

0 commit comments

Comments
 (0)