Skip to content

Commit d2d3aee

Browse files
committed
add epichains installation from CRAN
1 parent 4aec74c commit d2d3aee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learners/setup.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ superspreading_packages <- c(
144144
"epicontacts",
145145
"fitdistrplus",
146146
"epiverse-trace/superspreading",
147-
"epiverse-trace/epichains",
147+
"epichains",
148148
"epiverse-trace/epiparameter",
149149
"incidence2",
150150
"outbreaks",
@@ -234,11 +234,11 @@ gitcreds::gitcreds_set()
234234
usethis::git_sitrep()
235235
```
236236

237-
Try again installing {epichains}:
237+
Try again installing a package like {superspreading}:
238238

239239
```r
240240
if(!require("remotes")) install.packages("remotes")
241-
remotes::install_github("epiverse-trace/epichains")
241+
remotes::install_github("epiverse-trace/superspreading")
242242
```
243243

244244
If the error persist, [contact us](#your-questions)!

0 commit comments

Comments
 (0)