Christophe Dervieux

Results 1378 comments of Christophe Dervieux

This is quite an old thread but I am going through the whole backlog as we are getting back with **rmarkdown**. I don't quite understand the need behind converting to...

I agree this would be really great to have that! We can see about it further for R Markdown, but FWIW such work was done in newer project Quarto (https://quarto.org/)...

To clarify the context, why do you need to set the intermediates_dir to a different folder using absolute path ? This is not an expected usage and I would like...

We have already tried in the past to improve printing for ioslides. See https://github.com/rstudio/rmarkdown/issues/399#issuecomment-326190300 This is a matter print CSS customization and sizing probably when you print. Using the default...

Thanks I can reproduce and the traceback of the error is this ```` Error in `s$close()`: ! tentative d'appliquer un objet qui n'est pas une fonction Backtrace: 1. rmarkdown::render("C:/Users/chris/Documents/test.Rmd", encoding...

Simplified example showing this is not **bookdown** related ````markdown --- title: "Min example" date: "`r format(Sys.time(), '%d %B, %Y')`" output: pdf_document: default html_document: df_print: paged --- ```{r message=FALSE, warning =...

So this is indeed an issue with **webshot2** and **chromote** as it does not seem they accept width and height in %. Currently when provided as **knitr** option on the...

Thanks for the report. This is still an issue with **webshot2** I believe that does not handle the resulting dimensions. It seems not to handle the decimal value ``` r...

With `file = NULL`, `default_file = NULL`, and also no `index.html` or `ui.html` or `index.Rmd` there is no file to open for `rmarkdown::run()`. So the error is expected, but not...

that makes sense if we plan to make use of `rmarkdown::run()`. I guess it was not designed at first to serve document without shiny runtime at all. > Choose one,...