Christophe Dervieux

Results 1378 comments of Christophe Dervieux

Don't worry, we'll look into it.

I was curious to go through an idea following the discussion we had. Here some notes on how this could work Currently, I don't think **knitr** will know specifically about...

That is helpful, Thanks. `fig.alt` can handle a vector (and recycling) and I had that in mind for the multiple plot scenario. I'll think differently about this and see where...

Just for reference regarding ☝️ > markdown won't be a hard dependency of knitr in the future (will only be in Suggests instead of Depends). This is followed in https://github.com/yihui/knitr/issues/1864

Here is how to reproduce and why we get this behavior ``` r dir.create(tmp_dir [1] "C:\\Users\\chris\\AppData\\Local\\Temp\\Rtmp8AKB5r\\R-3.2.382703ad777be" owd processing file: outputdir/vignettes/main.Rnw #> output file: main.tex #> [1] "main.tex" #> Warning message:...

I don't think we have something to do here. `opts_knit$get("output.dir")` is absolute path and it is not to be used in `fig.path` that could be relative. This does not seems...

I can reproduce the issue. I guess the Latex code generated is not quite right for this usage. Do you know how to produce such vertically centered aligned figure in...

digging a bit doing source code archeology, I found that this newline was added in this commit https://github.com/yihui/knitr/commit/3dadff208a4c3c746a0bf5509cd5642bfbd7b022 7 years ago with message > add an empty line before the...

I think it is also part of this same issue but this ```` \captionsetup[table]{labelformat=empty,skip=1pt} ```` would need to change as this will cause table caption in quarto to have no...

Just to share that when trying to reproduce the issue with your plumber API and another tool than httr to test, I still get the same error. I tested it...