From 695a1547bd0690693e782a1f9a1a9ffc6b81fe06 Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Mon, 11 Mar 2019 14:17:26 -0500 Subject: [PATCH] Bumped up version. --- DESCRIPTION | 2 +- README.md | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index cd87671..3aba183 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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="mstephens@uchicago.edu"), diff --git a/README.md b/README.md index 570c530..266bda8 100644 --- a/README.md +++ b/README.md @@ -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")) @@ -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