Closed hadley closed 2 years ago
Thanks Hadley! Would you mind taking a look at the vignette too? That seems to be the source of the error in the checks.
Unfortunately I don't seem able to reproduce that locally.
Hmmm, works on oldrel-1 and fails on latest. I think this is what forces me to update R 😶
Ok, on 4.2 and can reproduce 😄
Took me a while to get to the root cause which was using dplyr::groups()
instead of dplyr::group_vars()
— groups()
returns a list of symbols, which in many cases in R 4.1 or old tidyselect would automatically get coerced to a character vector.
I also updated the docs to latest roxygen, updated the build script, and fixed another issue revealed by 4.2's check.
Oh man, didn't realize it was that big of a change.
Thank you so much!
We're now being a little stricter with inputs.