diff --git a/README.Rmd b/README.Rmd index 086803b..0faac68 100644 --- a/README.Rmd +++ b/README.Rmd @@ -58,8 +58,7 @@ installation time from source can be high, as unlike binary file formats provided by Cran, the program needs to compile during installation: ```{r,eval=FALSE} -library(devtools) -install_github('ropensci/eDNAjoint') +install.packages("eDNAjoint", repos = "https://ropensci.r-universe.dev") ``` ## Example diff --git a/README.md b/README.md index dbd39de..2d5e01f 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,7 @@ installation time from source can be high, as unlike binary file formats provided by Cran, the program needs to compile during installation: ``` r -library(devtools) -install_github('ropensci/eDNAjoint') +install.packages("eDNAjoint", repos = "https://ropensci.r-universe.dev") ``` ## Example