Christophe Dervieux
Christophe Dervieux
@dmi3kno you can try the PR ````r pak::pak("rstudio/blastula@math-support") ```` This is a POC of what is really easy to do to bring support in a rmarkdown format. I don't know...
Hello. I am available if you have any question related to how Quarto works. Thanks @VladimirAlexiev for the answer. We do use Pandoc's Lua filter with Quarto internally but also...
> This [Quarto example](https://jennalandy.github.io/remodel-your-qmd/Reports_and_Themes.html#citations) shows copying a DOI into a document, extracting the reference metadata, and having a `.bib` file creating automatically. Is that a built in part of Quarto...
I was wondering if we could have a way to compare the error thrown during the checks. If I make a parallel with test, this would mean have a snapshot...
Some more context about the results we had that lead to this issues: Package **BENMMI** had caused us a CRAN check issue when releasing knitr 1.39 and we failed to...
I'll send you the raw result on slack > that is calculated by comparing the check output, if if both have one issue, but not the same issue, that's reported...
There is now a `fig.alt=` chunk option in **knitr** that allows for HTML to differentiate alt text from caption (`fig.cap` chunk option), and even allows to not have a caption...
Agreed. For the context, it is really new, as just added in last **knitr** release 2 months ago (v1.31), and we're late on the first 2021 round up blog post...
yes, I'll try to diagnose further the issue of why `/usr/bin/tar` is used in my workflow. Maybe it is not the temp dir at all. I'll look at #206 also.
So I spent my morning trying to understand deeper what was happening, and it was in fact an unexpected configuration and conflict between two actions: - https://github.com/r-lib/actions/tree/v2/setup-r will modified the...