Gábor Csárdi
Gábor Csárdi
I haven't seen this for a while, maybe because of the macos updates on GHA. Anyone else has seen this recently?
I am going to close this now. Hopefully it is not coming back.
@krlmlr If you still want this, you could consider submitting a PR with an example workflow, otherwise I suggest we close it.
This is currently blocked because there is no way to partially update GH pages currently.
A workaround would be to use our own pkgdown deployment action, which could decide what files to keep and what files to delete.
To determine the latest pandoc release, we could use the `https://github.com/jgm/pandoc/releases/latest` link, this is redirected to the latest tag. Hopefully this has the binaries at the time it is created....
Some changes. * I updated the default to `3.1.11`, which is the one that quarto is using right now. * I also added `latest` for the latest release, and *...
FWIW, our (Linux) pak builds now work on R installations without a shared library, so I am going to close this.
@olivroy I don't think so. But that's not really what this issues is about. `base::strwrap()` is simply slow, and it is really tricky to rely on it while keeping the...
Btw. don't call `format_inline()`. It is not needed if you use `cli_inform()` later, and leads to bug.