jimhester / knitrBootstrap

A framework to create bootstrap styled HTML reports from knitr Rmarkdown.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

d3heatmap with knitrBootstrap doesn't work

al2na opened this issue · comments

I'm not able to view d3heatmap heatmaps in knitrBootstrap documents. I'm using development version of knitrBootstrap and I use render() function as shown below.

rmarkdown::render("dump.Rmd","knitrBootstrap::bootstrap_document")

contents of the Rmd file:

You can also embed plots, for example:

```{r}
 library(d3heatmap)
 d3heatmap(mtcars, scale = "column", colors = "Blues")
```

I just tested this with the latest development version (c2771fb) and this seems to work fine now.