You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2022/04/29 13:29:00 UTC

[jira] [Assigned] (ARROW-16414) [R] Remove ARROW_R_WITH_ARROW and arrow_available()

     [ https://issues.apache.org/jira/browse/ARROW-16414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neal Richardson reassigned ARROW-16414:
---------------------------------------

    Assignee: Jacob Wujciak-Jens

> [R] Remove ARROW_R_WITH_ARROW and arrow_available()
> ---------------------------------------------------
>
>                 Key: ARROW-16414
>                 URL: https://issues.apache.org/jira/browse/ARROW-16414
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Neal Richardson
>            Assignee: Jacob Wujciak-Jens
>            Priority: Major
>             Fix For: 9.0.0
>
>
> Followup to ARROW-15294. Possibly we should re-define arrow_available in R like:
> {code:R}
> arrow_available <- function() {
>   .Deprecated(msg = "arrow_available() is always TRUE now")
>   TRUE
> }
> {code}
> Pull out everything else, including the {{test_that}} wrapping.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)