Skip to content

Commit

Permalink
add epichains installation from CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Oct 17, 2024
1 parent 4aec74c commit d2d3aee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ superspreading_packages <- c(
"epicontacts",
"fitdistrplus",
"epiverse-trace/superspreading",
"epiverse-trace/epichains",
"epichains",
"epiverse-trace/epiparameter",
"incidence2",
"outbreaks",
Expand Down Expand Up @@ -234,11 +234,11 @@ gitcreds::gitcreds_set()
usethis::git_sitrep()
```

Try again installing {epichains}:
Try again installing a package like {superspreading}:

```r
if(!require("remotes")) install.packages("remotes")
remotes::install_github("epiverse-trace/epichains")
remotes::install_github("epiverse-trace/superspreading")
```

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

0 comments on commit d2d3aee

Please sign in to comment.