Skip to content

Commit

Permalink
adds a new repo to pak for additional repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Nov 4, 2024
1 parent 79f627f commit bc0f768
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions getting-set-up.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ To install the packages needed in the course, including the `nfidd` package that

```{r install, eval=FALSE}
install.packages("pak")
options(repos = c(
CRAN = "https://cloud.r-project.org",
"stan-dev" = "https://stan-dev.r-universe.dev",
"epiforecasts" = "https://epiforecasts.r-universe.dev"
))
pak::pak("nfidd/nfidd", dependencies = "all", upgrade = TRUE)
```

Expand Down

0 comments on commit bc0f768

Please sign in to comment.