You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Romain François (JIRA)" <ji...@apache.org> on 2019/06/12 12:27:00 UTC

[jira] [Created] (ARROW-5571) [R] Rework handing of ARROW_R_WITH_PARQUET

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)