# Import the GPG key wget https://dist.apache.org/repos/dist/dev/arrow/KEYS apt-key add < KEYS # Install libarrow DISTRO=$(lsb_release --codename --short) add-apt-repository "deb [arch=amd64] http://dl.bintray.com/apache/arrow/ubuntu $DISTRO main" apt-get install libarrow-dev libparquet-dev # Install the R package R -e 'install.packages("arrow", repos = "https://cloud.r-project.org")'