Jim Hester
Jim Hester
Pandoc has very pretty frequent releases, I am not sure it would be worth the effort.
If it only makes sense for the expressions to run once you can set `iterations = 1` and it will only run them once. You will also have to set...
The only thing timed is the final `bench::mark()` expressions.
Even if workflows do use master GitHub sets up automatic redirection when you rename the branch via their API. > When you rename a branch on GitHub, any URLs that...
Though potentially this could still impact the actions here as raw `git pull` requests are not affected > Although file URLs are automatically redirected, raw file URLs are not redirected....
So maybe we would have to do this (I should really read the whole article before commenting 😁) > GitHub Actions workflows do not follow renames, so if your repository...
But anyway I agree with @jeroen that we need to be more careful when renaming this repo vs others.
yes, we will need to be careful in how we change this one, likely adding a deprecation message to actions used from 'master' after the switch happens.
I think the major blocker to doing this would be the package size NOTE. But perhaps we could use `_R_CHECK_PKG_SIZES_=false` or increase `_R_CHECK_PKG_SIZES_THRESHOLD_`. Are there other common NOTES that don't...
It looks like we can turn off the first with `_R_CHECK_RD_XREFS_` and the second the GNU make one with `_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_`, though the latter is not documented in R-ints, so must...