Dewey Dunnington created ARROW-14992:
----------------------------------------
Summary: [R] Installation can't use prebuilt Arrow binaries on
Pop! OS
Key: ARROW-14992
URL: https://issues.apache.org/jira/browse/ARROW-14992
Project: Apache Arrow
Issue Type: Improvement
Components: R
Reporter: Dewey Dunnington
As tweeted by several folks on Twitter. As I understand it, Pop! OS is built on
Ubuntu and we could map that distro to the Ubuntu binaries (As suggested by
Nic!)
Reprex:
{code:bash}
# docker pull hugojosefson/popos
# docker run --rm -it hugojosefson/popos
apt-get update && apt-get install -y r-base
R -e "install.packages(c('bit', 'magrittr', 'ellipsis', 'glue', 'assertthat',
'bit64', 'purrr', 'R6', 'rlang', 'tidyselect', 'vctrs'))"
NOT_CRAN=true R -e "install.packages('arrow')"
# ...
# ** using staged installation
# *** No C++ binaries found for pop-20
# *** Found local C++ source: 'tools/cpp'
# ...
{code}
Where alias distributions get set:
https://github.com/ursa-labs/arrow-r-nightly/blob/master/linux/distro-map.csv
--
This message was sent by Atlassian Jira
(v8.20.1#820001)