From 98fa77dc9d540495b25ee1dcf45f66a4c071529a Mon Sep 17 00:00:00 2001 From: Patrick Callahan Date: Wed, 30 Oct 2024 17:01:41 +0100 Subject: [PATCH] Update GitHub download instructions --- README.Rmd | 6 +++++- README.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index ef0bded..03bdb5d 100644 --- a/README.Rmd +++ b/README.Rmd @@ -32,7 +32,11 @@ You can install the development version of ordinalsimr from [GitHub](https://git ``` r # install.packages("devtools") -devtools::install_github("NeuroShepherd/ordinalsimr") +devtools::install_github( + "NeuroShepherd/ordinalsimr", + force = TRUE, + build_vignettes = TRUE +) ``` ## Recommendations diff --git a/README.md b/README.md index 024cbfd..d509dca 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,11 @@ You can install the development version of ordinalsimr from ``` r # install.packages("devtools") -devtools::install_github("NeuroShepherd/ordinalsimr") +devtools::install_github( + "NeuroShepherd/ordinalsimr", + force = TRUE, + build_vignettes = TRUE +) ``` ## Recommendations