Michael Roswell

Results 7 comments of Michael Roswell

Thanks for the quick replies! [Here](https://github.com/mikeroswell/MeanRarity/blob/4619f4fa026abd1111c76ebb04bf0f1a219d8e6c/.github/workflows/pkgdown.yaml) is the workflow that started failing the GH action checks mysteriously 20 days ago, even though the package was passing checks locally on my...

And the error message from one of the failed runs: ``` Run rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"), error_on = "warning", check_dir = "check") ── R CMD build ───────────────────────────────────────────────────────────────── pdflatex not found!...

In case it wasn't clear, I was apparently able to resolve the issue by adding `- uses: r-lib/actions/setup-tinytex@v2` right before `- uses: r-lib/actions/check-r-package@v1` in the revised workflow... I could tell...

I think it's very clear there, actually! The place that at least I got caught up was in seeing that the default for the R-CMD-check workflow didn't include this, but...

One more comment in reply to your question: I think the documentation saying "if you don't use uses-tinytex then there is no LaTeX" needs to go at a higher level/...

Just adding a comment that like @tamas-ferenci, I expected captions to render using the syntax above and would be interested in a feature that allows this!

@thomasp85 https://github.com/mikeroswell/MeanRarity/actions/runs/7103091997/job/19334959441