Romain François created ARROW-5571:
--------------------------------------

             Summary: [R] Rework handing of ARROW_R_WITH_PARQUET
                 Key: ARROW-5571
                 URL: https://issues.apache.org/jira/browse/ARROW-5571
             Project: Apache Arrow
          Issue Type: Improvement
          Components: R
            Reporter: Romain François


So that it's similar to how we deal with ARROW_R_WITH_ARROW

perhaps instead of functions like arrow_available(), parquet_available(), ... 
we could have a single function returning a list, e.g. 
{code}
arrow::capabilities()
#> $arrow
#> [1] TRUE
#> $parquet
#> [1] TRUE
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to