Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mayrandy committed Jun 26, 2018
1 parent 95766a8 commit 6404fab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -13,7 +13,13 @@ R add-on packages `mboost` and `gamboostLSS`.

## Installation

Latest version from GitHub:
Current release from CRAN:
```
install.packages("betaboost")
library("betaboost")
```

Latest development version from GitHub:
```
library("devtools")
install_github("boost-R/betaboost")
Expand Down

0 comments on commit 6404fab

Please sign in to comment.