Hadley Wickham
Hadley Wickham
Would you have any interest in preparing an update to the chapter? No problems, if not, but I wanted to at least give you the opportunity (obviously I make some...
FWIW I think we're rather lukewarm on the new syntax, so I wouldn't go out of my way to switch to it.
I think if we were to do this again it would be `facet_grid(rows = a, cols = b)`, but we can't easily back out of the `vars()` syntax 😬
Also worth noting this sort of mixing is sometimes easier to solve at a higher level, e.g. with https://quarto.org/docs/authoring/figures.html#figure-panels
There's a C++ implementation at https://github.com/gpichot/cpp-tdigest.
FYI stringr is now scheduled for release to CRAN on Dec 2.
I made this checklist for myself, and I'm going to try it shortly: Create hot patch: * [ ] Create hot patch branch, (e.g.) `gert::git_branch_create(paste0("v", new_ver), ref = paste0("v", old_ver))`...
@jennybc oh yeah, you're right, I confused myself.
@jennybc I counter propose this as more generic text that we could use in a future usethis workflow: > * Hot patch release to resolve R CMD check failures
Examples in flight at https://github.com/tidyverse/dtplyr/issues/389, https://github.com/tidyverse/stringr/issues/453.