Commits


Nic Crane authored and GitHub committed 08449249420
GH-34366: [R] Don't getFromNamespace() the dplyr:::check_name() helper (#34369) We use an internal function from dplyr in the tally function; this PR copies the code directly instead of pulling it from their namespace. This solves an issue whereby an upcoming release of dplyr was failing its revdepchecks. Fixes #34366 Authored-by: Nic Crane <thisisnic@gmail.com> Signed-off-by: Nic Crane <thisisnic@gmail.com>