Skip to content

Commit

Permalink
add back knitr and supress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pburnsdata committed May 16, 2019
1 parent a6f4017 commit ca77319
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ params:
## Customized Interactive Safety Graphics {.tabset .tabset-fade}


```{r, echo = FALSE}
```{r, echo = FALSE, message=FALSE, warning = FALSE}
library(safetyGraphics)
library(knitr)
check_edish <- "edish" %in% params$charts
edish_settings <- trimSettings(settings=params$settings, charts="edish")
Expand Down

0 comments on commit ca77319

Please sign in to comment.