[
https://issues.apache.org/jira/browse/ARROW-13245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-13245:
-----------------------------------
Labels: pull-request-available (was: )
> [R] 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
> Priority: Blocker
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)