You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2022/10/20 04:41:00 UTC

[jira] [Updated] (ARROW-17224) [R][Doc] minor error in Linux installation documentation ('conda' option) for R on CRAN

     [ https://issues.apache.org/jira/browse/ARROW-17224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kouhei Sutou updated ARROW-17224:
---------------------------------
    Fix Version/s: 11.0.0
                       (was: 10.0.0)

> [R][Doc] minor error in Linux installation documentation ('conda' option) for R on CRAN
> ---------------------------------------------------------------------------------------
>
>                 Key: ARROW-17224
>                 URL: https://issues.apache.org/jira/browse/ARROW-17224
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Documentation, R
>    Affects Versions: 8.0.1
>         Environment: Ubuntu 20.04
>            Reporter: Wayne Smith
>            Assignee: Jacob Wujciak-Jens
>            Priority: Minor
>             Fix For: 11.0.0
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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)