Siddhartha Bagaria created ARROW-12651:
------------------------------------------
Summary: [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
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)