Skip to content

Commit

Permalink
Set eval=FALSE to another vignette so that the vignette building comp…
Browse files Browse the repository at this point in the history
…letes successfully.
  • Loading branch information
pcarbo committed Oct 8, 2017
1 parent ae78759 commit 3949637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/simulate_noncanon.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 3949637

Please sign in to comment.