Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
prewas is now available from CRAN so users no longer need to user devtools::install_github()
  • Loading branch information
Katie Saund authored Feb 26, 2020
1 parent ec27b55 commit 2ea60b6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ The prewas R package allows users to create a binary SNP matrix from a whole gen
To install prewas follow these commands in R:

```
## install devtools
install.packages("devtools", dep=TRUE)
library(devtools)
## install prewas from github:
install_github("Snitkin-Lab-Umich/prewas")
install.packages("prewas")
library(prewas)
```

Expand Down

0 comments on commit 2ea60b6

Please sign in to comment.