Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Oct 8, 2017
1 parent 3270ff8 commit 8a90332
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ matrices](https://stephenslab.github.io/mashr/docs/simulate_noncanon.html).
## Setup

Please follow these steps to install the [latest version of the
mashr package](https://github.com/stephenslab/mashr/releases/tag/v0.2-0):
mashr package](https://github.com/stephenslab/mashr/releases/tag/v0.2-2):

1. In R, install these three R packages from CRAN:

Expand All @@ -61,12 +61,12 @@ mashr package](https://github.com/stephenslab/mashr/releases/tag/v0.2-0):

5. Once you have installed all these packages, you can install and
load the [latest
release](https://github.com/stephenslab/mashr/releases/tag/v0.2-0)
release](https://github.com/stephenslab/mashr/releases/tag/v0.2-2)
of the `mashr` package:

```R
library(devtools)
install_github("stephenslab/[email protected]0")
install_github("stephenslab/[email protected]2")
library(mashr)
```

Expand All @@ -84,7 +84,7 @@ mashr package](https://github.com/stephenslab/mashr/releases/tag/v0.2-0):

```
R CMD build mashr
R CMD INSTALL mashr_0.2-0.tar.gz
R CMD INSTALL mashr_0.2-2.tar.gz
```

## Notes
Expand Down

0 comments on commit 8a90332

Please sign in to comment.