From d67373b1f73a3fb611901a44469fbc0f9ea187f1 Mon Sep 17 00:00:00 2001 From: Dave Slager Date: Wed, 4 Sep 2024 18:07:46 -0700 Subject: [PATCH] also update README.Rmd install instructions --- README.Rmd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 75a163e..026058f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -35,8 +35,9 @@ The package is available on the Fred Hutch organization GitHub page. ```{r eval=FALSE} remotes::install_github("FredHutch/VISCfunctions") -# Use the build_vignettes parameter to access the vignette: -remotes::install_github("FredHutch/VISCfunctions", build_vignettes = TRUE) +# Use the build_vignettes parameter to access the vignette +# (Note that this may auto-upgrade dependencies - this behavior can be controlled with the `upgrade` argument) +remotes::install_github("FredHutch/VISCfunctions", dependencies = TRUE, build_vignettes = TRUE) vignette("Overview") ```