Mauricio 'Pachá' Vargas Sepúlveda created ARROW-13245:
---------------------------------------------------------
Summary: CRAN instructions fail if libcurl4-openssl-dev and
libssl-dev are not installed
Key: ARROW-13245
URL: https://issues.apache.org/jira/browse/ARROW-13245
Project: Apache Arrow
Issue Type: Bug
Components: R
Affects Versions: 4.0.1
Reporter: Mauricio 'Pachá' Vargas Sepúlveda
https://cran.r-project.org/web/packages/arrow/vignettes/install.html says that
to fix issues with Linux C++ binaries I can run
{code:r}
source("https://raw.githubusercontent.com/apache/arrow/master/r/R/install-arrow.R")
{code}
however, that fails unless I explicitly type
{code:bash}
apt-get -y install libcurl4-openssl-dev libssl-dev
{code}
discovered while isolating new valgrind error by creating a vanilla server on
DigitalOcean
--
This message was sent by Atlassian Jira
(v8.3.4#803005)