Skip to content

Commit

Permalink
Bumped up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Mar 11, 2019
1 parent 78b4af4 commit 695a154
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: mashr
Type: Package
Encoding: UTF-8
Title: Multivariate Adaptive Shrinkage
Version: 0.2.20.0584
Version: 0.2.21
Date: 2019-02-11
Authors@R: c(person("Matthew","Stephens",role=c("aut","cre"),
email="[email protected]"),
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ Please follow these steps to install mashr.
```R
devtools::install_github("stephens999/ashr")
```

3. By default, the `devtools::install_github` function does not build
the vignettes. If you would like to build the vignettes, you will
need to several additional packages, including [flashr][flashr],
that are used only in the vignettes:
the vignettes. If you would like to build the vignettes as well,
you will need to several additional packages, including
[flashr][flashr], that are used only in the vignettes:

```R
install.packages(c("kableExtra","corrplot"))
Expand Down Expand Up @@ -100,3 +100,4 @@ connected to Internet while running these commands):
[mash-paper]: https://doi.org/10.1038/s41588-018-0268-8
[mashr-release-latest]: https://github.com/stephenslab/mashr/releases/tag/v0.2-9
[devtools]: https://github.com/r-lib/devtools
[flashr]: https://github.com/stephenslab/flashr

0 comments on commit 695a154

Please sign in to comment.