Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengxwen committed Jun 18, 2014
1 parent 51f221f commit cacffe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ Genome-wide association studies are widely used to investigate the genetic basis
* Development version from Github:
```
library("devtools")
install_github("zhengxwen/gdsfmt")
install_github("zhengxwen/SNPRelate")
```
The `install_github()` approach requires that you build from source, i.e. `make` and compilers must be installed on your system -- see the R FAQ for your operating system; you may also need to install dependencies manually.
* Nearly up-to-date development binaries from `gdsfmt` r-forge repository:
```
install.packages("SNPRelate",
install.packages(c("gdsfmt", "SNPRelate"),
repos=c("http://gdsfmt.r-forge.r-project.org/repos",
getOption("repos")[["CRAN"]]))
```

0 comments on commit cacffe9

Please sign in to comment.