The R package arrow installed with install.packages('arrow') does not have lz4 support:
codec_is_available('lz4')
# [1] FALSE
The package version is:
packageVersion('arrow')
# [1] ‘0.17.1’
This is on Ubuntu 20.04.
How can I get an R arrow package with lz4 support?