jimhester / knitrBootstrap

A framework to create bootstrap styled HTML reports from knitr Rmarkdown.
Other
274 stars 61 forks source link

d3heatmap with knitrBootstrap doesn't work #176

Closed al2na closed 8 years ago

al2na commented 9 years ago

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")
humburg commented 8 years ago

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