diff --git a/README.md b/README.md index 2efc784..97ad68f 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,9 @@ The package is available on the Fred Hutch organization GitHub page. ``` r 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") ```