Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Slama committed Feb 23, 2024
1 parent 8a843fa commit 5ed57ec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,16 @@ and plotting of these performance evaluation curves and metrics.
## Installation

``` r
remotes::install_github(repo = "Genentech/stats4phc")
remotes::install_github(repo = "genentech/stats4phc")
```

For reproducibility, refer to a specific version tag, for example

``` r
remotes::install_github(repo = "genentech/stats4phc", ref = "v0.1")
```


## Documentation

Please refer to https://genentech.github.io/stats4phc
Expand Down

0 comments on commit 5ed57ec

Please sign in to comment.