Hadley Wickham
Hadley Wickham
This makes various devtools functionality work a little smoother. There are no longer any `CRANSKIP` files and I've generally substantially reduced the number of tests that are skipped on CRAN....
Previously created a function then immediately called it. Now it just inlines the results of that function, which leads to a bunch of simplification. I think this changes suggests that...
I accidentally removed in #163, and I need to restore by adding `skip_on_cran()` calls and re-integrating the skipped tests into the same files as the other tests (so that they're...
That takes advantage of the special syntax that GHA uses
To make it easier to benchmark steps.
For complicated reasons, we had to change the evaluation strategy in profvis and it no longer modifies the environment that it's run in. However, I think `bench::mark()` probably better suited...
Gave them out a bit late in the day so some people had left.
i.e. explain that it's a special string that GitHub recognises using a regular expression so it needs to be exact.
It's useful for participants to see what review looks like from the other end (e.g. to help reassure that their code will be carefully checked prior to merge)