yewero opened a new issue #8062:
URL: https://github.com/apache/arrow/issues/8062
When I install arrow using`install.packages("arrow")`, an error occurred:
```
trying URL 'https://cloud.r-project.org/src/contrib/arrow_1.0.0.tar.gz'
Content type 'application/x-gzip' length 274139 bytes (267 KB)
==================================================
downloaded 267 KB
* installing *source* package ‘arrow’ ...
** package ‘arrow’ successfully unpacked and MD5 sums checked
*** Successfully retrieved C++ source
*** Building C++ libraries
**** cmake
Error in dQuote(env_var_list, FALSE) : unused argument (FALSE)
Calls: build_libarrow -> paste
Execution halted
```
The corresponding code is here:
https://github.com/apache/arrow/blob/e934a8acef5f6586362804e005d2c398b1ab5ffc/r/tools/linuxlibs.R#L302
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]