Skip to content

Commit

Permalink
add CRAN install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCH93 committed Jun 19, 2023
1 parent 4fcca15 commit ebabd5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Pawel, S., Aust, F., Held, L., and Wagenmakers, E.-J. (2022). Power Priors for
## Installation

```r
## CRAN version
install.packages("ppRep")

## from GitHub
## install.packages("remotes") # requires remotes package
remotes::install_github(repo = "SamCH93/ppRep")
```

Expand Down

0 comments on commit ebabd5d

Please sign in to comment.