If I install the arrow package for r and subsequently run arrow::install_arrow() I get the following error:
Error in io___MemoryMappedFile__Open(path, mode) : Cannot call io___MemoryMappedFile__Open(). Please use arrow::install_arrow() to install required runtime libraries.
My sessionInfo() gives:
R version 4.0.3 (2020-10-10)
Platform: x86_64-redhat-linux-gnu (64-bit)
Running under: Fedora 32 (Workstation Edition)Matrix products: default
BLAS/LAPACK: /usr/lib64/libopenblas-r0.3.12.solocale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=Cattached base packages:
[1] stats graphics grDevices utils datasets methods baseother attached packages:
[1] arrow_2.0.0loaded via a namespace (and not attached):
[1] tidyselect_1.1.0 bit_4.0.4 compiler_4.0.3 magrittr_1.5 assertthat_0.2.1 R6_2.5.0
[7] tools_4.0.3 glue_1.4.2 bit64_4.0.5 vctrs_0.3.5 rlang_0.4.8 purrr_0.3.4