Skip to content

Commit

Permalink
clarify package
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Nov 1, 2024
1 parent 0b70ad5 commit 10160fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sessions/forecast-visualisation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The source file of this session is located at `sessions/forecasting-concepts.qmd

## Libraries used

In this session we will use the `nfidd` package to load a data set of infection times, the `dplyr` package for data wrangling, and the `ggplot2` library for plotting.
In this session we will use the `nfidd` package to load a data set of infection times and corresponding forecasts, the `dplyr` package for data wrangling, and the `ggplot2` library for plotting.

```{r libraries, message = FALSE}
library("nfidd")
Expand Down

0 comments on commit 10160fe

Please sign in to comment.