We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56cd9a9 commit 6155ce7Copy full SHA for 6155ce7
1 file changed
episodes/simulating-transmission.Rmd
@@ -47,7 +47,7 @@ Install packages if their are not already installed
47
48
```r
49
if (!base::require("pak")) install.packages("pak")
50
-pak::pak(c("epidemics", "socialmixr", "tidyverse"))
+pak::pak(c("epiverse-trace/epidemics", "socialmixr", "tidyverse"))
51
```
52
53
If you have any error message,
0 commit comments