Christophe Dervieux
Christophe Dervieux
Thanks for sharing the example: I can reproduce this. I think this is related to how **distill** works by modifying the **knitr**'s hook. The toc is created by Pandoc and...
Yes currently `df_print` is not an option in `distill_article()` which is based on `rmarkdown::html_document_base`, so don't inherit the argument one from `rmarkdown::html_document`. Tables format has to be provided at the...
I can reproduce this, but can't tell if the commit you link is due to that. Maybe as `dyRnageSelector` seems causing the issue here. I don't think it is just...
Thanks ! To be more precise on this, it is not **bookdown** directly but rather **knitr**. `fig.cap` can be used on htmlwidgets, and it will be added by **knitr** for...
Example with **rmarkdown** showing that not `fig.cap` is inserted ````markdown --- title: "test" author: "John Doe" output: html_document --- ```{r crosstalk, fig.cap = "Missing caption"} library(crosstalk) library(plotly) shared_mtcars add_markers() )...
By default, flexdashboard produce self contained document. All the data are encoded into the html file to produce a standalone file. This is why it is of big size. If...
Thanks ! I'll have a look !
It is possible that your hook is correct but where is loaded does not work. Here is a full analysis https://github.com/rstudio/bookdown/issues/1252#issuecomment-913530117 Basically when `new_session: yes`, `before_chapter_script` is sourced before `render()`,...
Quand vous dites wiki, vous parlez de la fonction wiki présente dans Github ou d'un site de documentation de ce [type](http://ggplot2.tidyverse.org/). J'en avais parlé pour `manipulateWidget` avec François (c'est dans...
Si vous cherchez à packager des applications shiny sous un installateur windows, je vous conseille de regarder du coté de Rinno, c'est plutôt bien fait et récent. https://www.ficonsulting.com/filabs/RInno https://github.com/ficonsulting/RInno C'est...