Skip to content

Commit

Permalink
hotfix: add repos to Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Jul 10, 2024
1 parent b612e3d commit fc92e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ install.packages("EpiNow2")
Install the development version of the package with:

```{r, eval = FALSE}
install.packages("EpiNow2", repos = "https://epiforecasts.r-universe.dev")
install.packages("EpiNow2", repos = c("https://epiforecasts.r-universe.dev", getOption("repos")))
```

Alternatively, install the development version of the package with [pak](https://pak.r-lib.org/)
Expand Down

0 comments on commit fc92e60

Please sign in to comment.