Skip to content

Commit

Permalink
use peole's repos
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk authored Nov 4, 2024
1 parent bc0f768 commit 57e7b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-set-up.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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",
options("repos"),
"stan-dev" = "https://stan-dev.r-universe.dev",
"epiforecasts" = "https://epiforecasts.r-universe.dev"
))
Expand Down

0 comments on commit 57e7b40

Please sign in to comment.