Ian Cook created ARROW-12113:
--------------------------------
Summary: [R] Fix rlang deprecation warning from
check_select_helpers()
Key: ARROW-12113
URL: https://issues.apache.org/jira/browse/ARROW-12113
Project: Apache Arrow
Issue Type: Bug
Components: R
Reporter: Ian Cook
Assignee: Ian Cook
Fix For: 4.0.0
Fix the test warning caused by ARROW-11701
{code:java}
1 dplyr::mutate's examples (test-dplyr-mutate.R:252:3) - Subsetting quosures
with `[[` is deprecated as of rlang 0.4.0
Please use `quo_get_expr()` instead.{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)