Commits


Dewey Dunnington authored and Nic Crane committed e2287f9248e
ARROW-16071: [R] More undefined global functions This PR qualifies calls to `select()` and `rename()` with `dplyr::` that were introduced in ARROW-15947. This gives us a CMD check NOTE (and would fail if a user hadn't `library(dplyr)` before calling `dplyr::rename_with(some_arrow_thing)`). Closes #12784 from paleolimbot/undefined-vars Authored-by: Dewey Dunnington <dewey@fishandwhistle.net> Signed-off-by: Nic Crane <thisisnic@gmail.com>