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 2020/02/21 23:43:00 UTC

[jira] [Created] (ARROW-7919) [R] install_arrow() should conda install if appropriate

Neal Richardson created ARROW-7919:
--------------------------------------

             Summary: [R] install_arrow() should conda install if appropriate
                 Key: ARROW-7919
                 URL: https://issues.apache.org/jira/browse/ARROW-7919
             Project: Apache Arrow
          Issue Type: Improvement
          Components: R
            Reporter: Neal Richardson
            Assignee: Neal Richardson
             Fix For: 1.0.0


Like, check {{if (grepl("conda", R.Version()$platform))}} and if so then {{system("conda install ...")}}. Error if nightly == TRUE because we don't host conda nightlies yet.

This would help with issues like https://github.com/apache/arrow/issues/6448



--
This message was sent by Atlassian Jira
(v8.3.4#803005)