Skip to content

Commit

Permalink
add vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
drjingma committed Feb 2, 2023
1 parent bd1cfc2 commit cead247
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -6,14 +6,16 @@

## How to install

`devtools::install_github(repo = "drjingma/slr")`
`devtools::install_github(repo = "drjingma/slr",build_vignettes=T)`

## How to use

Once installed, you can call the library and check out the help functions

`library(slr)`

`?slr`

Please read the associated [slr vignette](https://htmlpreview.github.io/?https://github.com/drjingma/slr/blob/master/vignettes/slr.html).
Please read the associated [slr vignette](https://htmlpreview.github.io/?https://github.com/drjingma/slr/blob/master/vignettes/slr.html) or in R

`browseVignettes(package='slr')`

0 comments on commit cead247

Please sign in to comment.