Skip to content

Commit

Permalink
shiver edits
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencarlislewalker committed Sep 25, 2024
1 parent ed39b3a commit 64d06cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions inst/starter_models/shiver/README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,13 @@ knitr::opts_chunk$set(
)
```

```{r packages}
suppressPackageStartupMessages({
```{r packages, message=FALSE, warning=FALSE}
library(ggplot2)
library(dplyr)
library(tidyr)
library(macpan2)
library(ggraph)
library(tidygraph)
})
```

```{r local_function, include=FALSE}
Expand Down
2 changes: 0 additions & 2 deletions inst/starter_models/shiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,12 @@ Jennifer Freeman
- [References](#references)

``` r
suppressPackageStartupMessages({
library(ggplot2)
library(dplyr)
library(tidyr)
library(macpan2)
library(ggraph)
library(tidygraph)
})
```

This model builds on the basic SEIR model, with two additional
Expand Down

0 comments on commit 64d06cd

Please sign in to comment.