Skip to content

Commit

Permalink
instruction about installing dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz-yos committed Feb 14, 2014
1 parent c3e49d8 commit 27c34ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ Alternatively, you can use the devtools to install from github directly.
install.packages("devtools")
## Load devtools
library(devtools)
## Install directly from github (master branch)
## Install directly from github (master (stable) branch)
install_github(repo = "kaz-yos/tableone")
## Install directly from github (rc0.2.0 branch)
install_github(repo = "kaz-yos/tableone", ref = "rc0.2.0")
## Install directly from github (develop branch)
install_github(repo = "kaz-yos/tableone", ref = "develop")
## Load
library(tableone)
```
Expand Down

0 comments on commit 27c34ca

Please sign in to comment.