Skip to content

Commit 6155ce7

Browse files
committed
fix install
1 parent 56cd9a9 commit 6155ce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/simulating-transmission.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Install packages if their are not already installed
4747

4848
```r
4949
if (!base::require("pak")) install.packages("pak")
50-
pak::pak(c("epidemics", "socialmixr", "tidyverse"))
50+
pak::pak(c("epiverse-trace/epidemics", "socialmixr", "tidyverse"))
5151
```
5252

5353
If you have any error message,

0 commit comments

Comments
 (0)