0

I am using wowchemy theme for a blog. Initially, the visualization from ggplot2, plotly, and HTML table from DT::datatable was not rendering.

The static visualization is rendered using the following code.

knitr::opts_chunk$set(echo = TRUE, fig.path = "static")

But, This didn't render the interactive visualization and HTML table from DT and rmarkdown::paged_table().

  • 2
    I'm not having any issues with these and that theme. However, what you're working with has many moving parts. I will say that the Blogdown manual specifically states not to alter the `knitr` defaults for `fig.path` or `cache.path`. Are you executing the code to create the plots to render them? Or are you saving them and adding them as images? Do they work when you render the RMD that contains just that content? – Kat Jul 11 '22 at 15:41
  • Just for the record, this was cross-posted at https://github.com/rstudio/blogdown/issues/715. – Yihui Xie Jul 11 '22 at 22:23

0 Answers0