Daniel Paierl created ARROW-16103:
-------------------------------------
Summary: [R] arrow::create_package_with_all_dependencies() fails
to download third party dependencies
Key: ARROW-16103
URL: https://issues.apache.org/jira/browse/ARROW-16103
Project: Apache Arrow
Issue Type: Bug
Components: C++, R
Affects Versions: 7.0.0
Environment: Windows 10
Ubuntu Focal
OpenSuse ESP 15SP2
Reporter: Daniel Paierl
Hello, Im in the unfortunate position that I need to get the arrow package to a
company R Server without access to the web.
h2. Main Problem
`arrow;;create_package_with_all_dependencies` from the R arrow package (7.0)
fails to download the third party dependencies. This happens irrespective of OS
(Windows, Ubuntu Focal, OpenSuse EPS 15 SP2) on company and private machines
(several...).
I suspect an issue with the function or the underlying shell script that
downloads these third party dependencies.
Similar to [this Stackexchange
thread]([https://stackoverflow.com/questions/70044518/how-to-install-c-dependencies-for-the-arrow-package).|https://stackoverflow.com/questions/70044518/how-to-install-c-dependencies-for-the-arrow-package)]
{code:java}
arrow::create_package_with_all_dependencies()
Downloading Arrow source file
trying URL 'https://cran.rstudio.com/src/contrib/arrow_7.0.0.tar.gz'
Content type 'application/x-gzip' length 4553836 bytes (4.3 MB)
downloaded 4.3 MB
Downloading files to
C:\Users\<user_here>\AppData\Local\Temp\4\Rtmp0srhMl\file1475c6909878/arrow/tools/thirdparty_dependencies
Error in arrow::create_package_with_all_dependencies() :
Failed to download thirdparty dependencies
{code}
PS: Ghee I wish Jira would have simple MD support.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)