Skip to content

Commit

Permalink
tweak dev installation guidance in README.md (#712)
Browse files Browse the repository at this point in the history
Corrects being unable to find dependences at r-universe
  • Loading branch information
pearsonca authored Jul 10, 2024
1 parent e93ceea commit b612e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ install.packages("EpiNow2")
Install the development version of the package with:

``` r
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
Expand Down

0 comments on commit b612e3d

Please sign in to comment.