Christophe Dervieux

Results 1378 comments of Christophe Dervieux

Nice idea for a helper function ! @RLesur This keeps on bringing the question of this kind of function being inside this 📦 or in the other one (still in...

Ok so we are in sync. 🎉 I digged into puppeteer back in december when I worked on the first version of eventemitter and CDPSession, so I exactly see your...

@RLesur how to do we proceed on this one ? Should we create another recipes package ? @ColinFay is this idea of yours part of your project 📦 for shiny...

Yes there is an issue in the way `hc_add_dependency()` is adding the script `accessibility.js` in the `` of the document. I believe before a8e62361c47fb5767e209da2b97b103b7bd7624f, the module was available as part...

Yes I think you'll also need to fix https://github.com/rstudio/tufte/issues/91: With Pandoc 2.11+ ````markdown --- title: "Margin references" output: tint::tintHtml: default bibliography: test.bib link-citations: yes --- ```{r} knitr::write_bib(c("knitr", "tint"), "test.bib") ```...

I knew I saw that somewhere !! That was in the other package you showed me some time ago 😅 Yes something like this would be great !

Thanks for the report. Indeed `knit_print` method does not support Rpres output for now. And the error message is not helpful here - this needs to be improve. @rich-iannone reach...

One thing to know with fs is that it handles `~` differently than R base on windows. It uses `USERPROFILE` env var as home. See `?fs::path_expand` This is why you...

So you think it is a theme issue ? Let's see.

Or we could use snapshot tests inside **knitr** directly but that would be considered if ever we switched to use **testthat** 3 inside **knitr**, or we develop a similar tooling...