Skip to content

Commit

Permalink
add development version of epidemics
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Dec 20, 2023
1 parent 4efceb6 commit d8f0145
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion episodes/simulating-transmission.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,11 @@ By the end of this tutorial, learners should be able to replicate the above imag

The first step is to install the R packages `epidemics`.

*Note : this tutorial is based on a development version of {epidemics}. This version of the package can be installed using `{pak}`:*

```{r installation, eval = FALSE}
if (!require("pak")) install.packages("pak")
pak::pak("epiverse-trace/epidemics")
pak::pak("epiverse-trace/epidemics@96a7b1457")
```


Expand Down

0 comments on commit d8f0145

Please sign in to comment.