You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2021/05/06 21:31:00 UTC

[jira] [Resolved] (ARROW-12651) [R] Pre-built binaries URLs not working

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

Neal Richardson resolved ARROW-12651.
-------------------------------------
      Assignee: Neal Richardson
    Resolution: Done

I've generated the Linux binaries for the 4.0.0.1 patch release, which is on its way to CRAN now.

> [R] Pre-built binaries URLs not working
> ---------------------------------------
>
>                 Key: ARROW-12651
>                 URL: https://issues.apache.org/jira/browse/ARROW-12651
>             Project: Apache Arrow
>          Issue Type: Bug
>    Affects Versions: 4.0.0
>            Reporter: Siddhartha Bagaria
>            Assignee: Neal Richardson
>            Priority: Major
>
> On trying:
> {code:java}
> install.packages("arrow", configure.vars = c("LIBARROW_BINARY=ubuntu-18.04", "ARROW_R_DEV=true")){code}
> I eventually get:
> {code:java}
> trying URL 'https://arrow-r-nightly.s3.amazonaws.com/libarrow/bin/ubuntu-18.04/arrow-4.0.0.zip'
> Error in download.file(from_url, to_file, quiet = quietly) : 
>   cannot open URL 'https://arrow-r-nightly.s3.amazonaws.com/libarrow/bin/ubuntu-18.04/arrow-4.0.0.zip'
> {code}
> Having pre-built binaries is nice because it allows one to skip an otherwise complex build process.
> Also, would you be able to guide the last version of arrow-r that has pre-built binaries for Ubuntu 16.04?
> Thanks.



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