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

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

Neal Richardson created ARROW-16414:
---------------------------------------

             Summary: [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
             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)