Christophe Dervieux
Christophe Dervieux
Thanks for the report. We'll look into that. `get_pandoc_version()` should not be called when there is no pandoc, but will indeed be even if there is somehow a corrupt installation....
Regarding RHUB, it seems Pandoc has been installed now on these environment: https://github.com/r-hub/rhub/issues/509
Thanks for the suggestion. We agree this is something that would be great and we'll probably consider this in the future. I'll pass along within RStudio teams as this is...
Since version 1.22 (https://github.com/yihui/knitr/commit/5f5e2e643fcdda45f67ea785d0d9ff40c3568ee1), tikz engine is now using **magick** package to do the conversion. This means that what is explain in the NEWS file for 1.9 is no more...
> how to set resolution with the current version would be nice. What do you want to change exactly regarding tikz default output ? `-density 300` is saying : I...
> Unfortunately, I don't know the magick package either... I think we would need to understand how to do this using **magick** 📦 and then we could see how this...
Hi @justanothergithubber , Can you share the R code you would like to be executed when producing an image ? I could then try to see clearer what is missing...
> I am currently saying that the DPI cannot be changed at step 1, magick::image_read_pdf(), which affects output. Great, that is what I wanted to confirm. I'll see the best...
> "The output_dir is relative to the directory for input and not relative to the current directory." `output_dir` is relative to the current directory as `setwd()` was not yet called...
Thanks I'll look into this, and adapt the documentation