Skip to content

Commit

Permalink
Let renv handle epidemics installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Dec 18, 2023
1 parent 332cecc commit e2745f4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions episodes/compare-interventions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ exercises: 30 # exercise time in minutes

```{r setup, echo= FALSE, message = FALSE, warning = FALSE}
require(ggplot2)
require(pak)
pak::pak("epiverse-trace/epidemics")
library(epidemics)
```

Expand Down
2 changes: 0 additions & 2 deletions episodes/model-choices.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ exercises: 20 # exercise time in minutes

```{r setup, echo= FALSE, message = FALSE, warning = FALSE}
require(ggplot2)
require(pak)
pak::pak("epiverse-trace/epidemics")
library(epidemics)
```

Expand Down
2 changes: 0 additions & 2 deletions episodes/modelling-interventions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ exercises: 30 # exercise time in minutes

```{r setup, echo= FALSE, message = FALSE, warning = FALSE}
require(ggplot2)
require(pak)
pak::pak("epiverse-trace/epidemics")
library(epidemics)
```

Expand Down
2 changes: 0 additions & 2 deletions episodes/simulating-transmission.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ require(testthat)
require(tidyverse)
require(DiagrammeR)
require(webshot)
require(pak)
pak::pak("epiverse-trace/epidemics")
library(epidemics)
webshot::install_phantomjs(force = TRUE)
```
Expand Down

0 comments on commit e2745f4

Please sign in to comment.