Skip to content

Commit

Permalink
Fixing vignette building issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarbo committed Oct 8, 2017
1 parent 58e9d82 commit ae78759
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 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-2
Version: 0.2-3
Date: 2017-10-07
Author: Matthew Stephens, Sarah Urbut, Gao Wang, Peter Carbonetto
Maintainer: Matthew Stephens <[email protected]>
Expand Down Expand Up @@ -31,6 +31,7 @@ Suggests:
REBayes,
testthat,
knitr,
rmarkdown,
profmem
VignetteBuilder: knitr
NeedsCompilation: yes
Expand Down
3 changes: 2 additions & 1 deletion vignettes/intro_mash_dd.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ vignette: >

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE,comment = "#",fig.width = 5,
fig.height = 4,fig.align = "center")
fig.height = 4,fig.align = "center",
eval = FALSE)
```

## Goal
Expand Down

0 comments on commit ae78759

Please sign in to comment.