Christophe Dervieux

Results 1378 comments of Christophe Dervieux

Can you share a reproducible example of your document ? Or the log file ? Somehow the figure is assimilated in our log parsing feature as a missing dependency for...

Thanks @a-maldet ! I can confirm that I cannot reproduce the issue anymore.

> how do I check why the browser doesn't open? Not easy to know that. You would need to check that you manage to open chromium / chrome headless on...

I believe this is still an issue.

What I would like to detect is * The is no check issue on CRAN... * but we check issue on our side for the CRAN revdep check This means...

> We could include the CRAN status of the revdeps in the report, so you can look at the ones that are failing on CRAN, maybe? I think what you...

👋 Quarto team here. I am curious of what the `.ipynb` example is here. Can you share one @arnold-c ? Quarto does execute the .ipynb file and then will use...

Thanks @schloerke ! I think Chrome is also better. PR https://github.com/rstudio/shinyapps-package-dependencies/pull/291 made the change from Chromium to Chrome for the need of **pagedown** printing. It is the same install file...

Hi. This is the document[^1] I used to test ````markdown --- title: "test" output: html_document: keep_md: true --- ```{r} library(ggplot2) library(patchwork) ``` ```{r} p1 ggplot(aes(temperature, pressure)) + geom_point() ``` ```{r}...

@rich-iannone I think we can make time for that in the coming weeks. Don't you think ?