You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2022/04/25 13:10:25 UTC

[arrow] branch master updated: MINOR: [R] Specify minimum tidyselect version required

This is an automated email from the ASF dual-hosted git repository.

npr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a1be4d542 MINOR: [R] Specify minimum tidyselect version required
8a1be4d542 is described below

commit 8a1be4d5420b99d94adfe4a5966b92e3fcb8ba70
Author: jwijffels <jw...@bnosac.be>
AuthorDate: Mon Apr 25 09:10:15 2022 -0400

    MINOR: [R] Specify minimum tidyselect version required
    
    Fix #12965
    
    Closes #12972 from jwijffels/patch-1
    
    Authored-by: jwijffels <jw...@bnosac.be>
    Signed-off-by: Neal Richardson <ne...@gmail.com>
---
 r/DESCRIPTION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/DESCRIPTION b/r/DESCRIPTION
index b42873355c..8c751520a7 100644
--- a/r/DESCRIPTION
+++ b/r/DESCRIPTION
@@ -36,7 +36,7 @@ Imports:
     R6,
     rlang,
     stats,
-    tidyselect,
+    tidyselect (>= 1.0.0),
     utils,
     vctrs
 Roxygen: list(markdown = TRUE, r6 = FALSE, load = "source")