Skip to content

Commit

Permalink
Moved description of code about loading libraries inside correspondin…
Browse files Browse the repository at this point in the history
…g rmd chunk
  • Loading branch information
CarmenTamayo committed Apr 26, 2024
1 parent 2b85920 commit a993ec3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions inst/rmarkdown/templates/transmissibility/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,11 @@ knitr::include_graphics("transmissibility_pipeline.svg")

# Data preparation

## Loading libraries
```{r, include=FALSE}
#The following code loads required packages; missing packages will be installed
#automatically, but will require a working internet connection for the
#installation to be successful.
The following code loads required packages; missing packages will be installed
automatically, but will require a working internet connection for the
installation to be successful.

```{r}
library(dplyr)
library(ggplot2)
library(forcats)
Expand Down

0 comments on commit a993ec3

Please sign in to comment.