Gustavo-CR opened a new issue, #14707: URL: https://github.com/apache/arrow/issues/14707
### Describe the bug, including details regarding any error messages, version, and platform. Hello all, I have a docker image running R version 3.6.3: [gcera/r_ver:3.6.3](https://hub.docker.com/layers/gcera/r_ver/3.6.3/images/sha256-b0f6453bdd77e1a2d4f3b6092107057a7aad0f8e4c8dd148b646ef8d65722cc4?context=repo). I am able to install arrow 0.17.0, but not able to use `write_parquet` function with the install_arrow() message popping up. I have gone through the "[Installing the Arrow Package on Linux](https://arrow.apache.org/docs/r/articles/install.html)" guide with little luck after changing the install configuration options. Basically, I get the following message every time: ``` Error in Table__from_dots(dots, schema) : Cannot call Table__from_dots(). Please use arrow::install_arrow() to install required runtime libraries. ``` I have read on previous issues that you can integrate Docker images into CI setup. Could you tell me a bit more about this? I have included my image at the beginning, so I hope that helps. Here is the R session info: ``` R version 3.6.3 (2020-02-29) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Debian GNU/Linux 10 (buster) Matrix products: default BLAS/LAPACK: /usr/lib/x86_64-linux-gnu/libopenblasp-r0.3.5.so locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=C [7] LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] arrow_0.17.0 loaded via a namespace (and not attached): [1] tidyselect_1.1.0 bit_1.1-15.2 compiler_3.6.3 magrittr_2.0.1 [5] assertthat_0.2.1 R6_2.5.0 glue_1.4.2 Rcpp_1.0.3 [9] bit64_0.9-7 vctrs_0.3.7 rlang_0.4.10 purrr_0.3.3 ``` ### Component R -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
