Wayne Smith created ARROW-17224:
-----------------------------------

             Summary: minor error in Linux installation ('conda' option)
                 Key: ARROW-17224
                 URL: https://issues.apache.org/jira/browse/ARROW-17224
             Project: Apache Arrow
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 8.0.1
         Environment: Ubuntu 20.04
            Reporter: Wayne Smith
             Fix For: 8.0.2


The documentation for the Linux installation for the r-arrow binary for R is at:

    https://cran.r-project.org/web/packages/arrow/vignettes/install.html

The documentation indicates that the 'conda' installation syntax should be:

{{}}
{code:java}
conda install -c conda-forge --strict-channel-priority r-arrow{code}
{{}}

I can't get that to work.  What works for me is:
{code:java}
conda config --set channel_priority strict
conda install -c conda-forge r-arrow{code}
I'm wondering if the syntax presented in the documentation is either deprecated 
or incorrect.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to