Skip to content

Commit

Permalink
Add system dependencies to report information
Browse files Browse the repository at this point in the history
  • Loading branch information
chartgerink committed Feb 1, 2024
1 parent f050457 commit 236463e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions inst/rmarkdown/templates/transmissibility/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,18 @@ dark_pink <- "#B45D75"
theme_set(theme_episoap())
```

### System dependencies

You may need to install system dependencies to be able to generate this report:

```sh
# macOS
brew install libsodium cmake

# Linux (Debian based)
apt install libsodium-dev cmake
```

## Importing the data

To illustrate the different analyses, we use real data reporting daily numbers
Expand Down

0 comments on commit 236463e

Please sign in to comment.