-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sets include to FALSE in setup block
- Unwanted output from the remotes install statement was included in the html. This change removes the output.
- Loading branch information
1 parent
858a4a8
commit 47a8fd8
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ All Tables and Figures from the paper are re-produced below on the **latest** av | |
``` | ||
|
||
|
||
```{r setup, echo=FALSE, message=FALSE, warning=FALSE} | ||
```{r setup, include=FALSE} | ||
knitr::opts_chunk$set(echo = FALSE) | ||
remotes::install_github("mrc-ide/[email protected]") | ||
library(epireview) | ||
|