Hi! I've just tried to install {arrow} package using
install.packages("arrow") and this is what I get:
System: Ubuntu 18.04
R version: 3.6.1
> install.packages("arrow")
Installing package into ‘/home/jt/R/x86_64-pc-linux-gnu-library/3.6’
(as ‘lib’ is unspecified)
trying URL 'https://cloud.r-project.org/src/contrib/arrow_0.14.1.1.tar.gz'
Content type 'application/x-gzip' length 105910 bytes (103 KB)
==================================================
downloaded 103 KB
* installing *source* package ‘arrow’ ...
** package ‘arrow’ successfully unpacked and MD5 sums checked
** using staged installation
PKG_CFLAGS= -DARROW_R_WITH_ARROW
PKG_LIBS=-larrow -lparquet
** libs
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -DARROW_R_WITH_ARROW
-I"/home/jt/R/x86_64-pc-linux-gnu-library/3.6/Rcpp/include"
-fvisibility=hidden -fpic -g -O2
-fdebug-prefix-map=/build/r-base-V0XiTa/r-base-3.6.1=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -g -c array.cpp -o array.o
In file included from array.cpp:18:
./arrow_types.h:179:10: fatal error: parquet/arrow/reader.h: No such file
or directory
#include <parquet/arrow/reader.h>
^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [/usr/lib/R/etc/Makeconf:176: array.o] Error 1
ERROR: compilation failed for package ‘arrow’
* removing ‘/home/jt/R/x86_64-pc-linux-gnu-library/3.6/arrow’
* restoring previous ‘/home/jt/R/x86_64-pc-linux-gnu-library/3.6/arrow’
Warning in install.packages :
installation of package ‘arrow’ had non-zero exit status
The downloaded source packages are in
‘/tmp/RtmpzZ4tFO/downloaded_packages’
--Julio