From fc92e608602d83d9a72be5a32ba04ecc18e08ea4 Mon Sep 17 00:00:00 2001 From: Sebastian Funk Date: Wed, 10 Jul 2024 12:59:33 +0100 Subject: [PATCH] hotfix: add repos to Rmd --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index d31fa22f4..af562d2eb 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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/)