Skip to content

Commit

Permalink
Install devtools package automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyshabalin committed Feb 19, 2019
1 parent 0635b0e commit 92a92a4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ install.packages("MatrixEQTL")
To install `MatrixEQTL` directly from GitHub, run

```
if(!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("andreyshabalin/MatrixEQTL")
```

If `devtools` package is missing, it can be installed with

```
install.packages("devtools")
```

0 comments on commit 92a92a4

Please sign in to comment.