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)

Reply via email to