Skip to content

Commit

Permalink
also update README.Rmd install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
slager committed Sep 5, 2024
1 parent b76e9d6 commit d67373b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
```

Expand Down

0 comments on commit d67373b

Please sign in to comment.