We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aec74c commit d2d3aeeCopy full SHA for d2d3aee
learners/setup.md
@@ -144,7 +144,7 @@ superspreading_packages <- c(
144
"epicontacts",
145
"fitdistrplus",
146
"epiverse-trace/superspreading",
147
- "epiverse-trace/epichains",
+ "epichains",
148
"epiverse-trace/epiparameter",
149
"incidence2",
150
"outbreaks",
@@ -234,11 +234,11 @@ gitcreds::gitcreds_set()
234
usethis::git_sitrep()
235
```
236
237
-Try again installing {epichains}:
+Try again installing a package like {superspreading}:
238
239
```r
240
if(!require("remotes")) install.packages("remotes")
241
-remotes::install_github("epiverse-trace/epichains")
+remotes::install_github("epiverse-trace/superspreading")
242
243
244
If the error persist, [contact us](#your-questions)!
0 commit comments