Skip to content

Commit

Permalink
Added code showing how to install package with vignettes (thanks to @…
Browse files Browse the repository at this point in the history
…corybrunson for suggestion).
  • Loading branch information
rrrlw committed Aug 4, 2018
1 parent 1543117 commit d053abe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ install.packages("TDAstats")

# install development version from GitHub
devtools::install_github("rrrlw/TDAstats")

# install development version with vignettes/tutorials
devtools::install_github("rrrlw/TDAstats", build_vignettes = TRUE)
```

## Sample code
Expand Down

0 comments on commit d053abe

Please sign in to comment.