rp2927 opened a new issue, #43612:
URL: https://github.com/apache/arrow/issues/43612

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Hi,
   
   Attempting to install "arrow" on R v4.4 produces this error:
   
   > install.packages('arrow') 
   > [...]
   > * installing *source* package ‘arrow’ ...
   > ** package ‘arrow’ successfully unpacked and MD5 sums checked
   > ** using staged installation
   > *** pkg-config found.
   > *** Found local C++ source: 'tools/cpp'
   > *** Building libarrow from source
   >     For build options and troubleshooting, see the install guide:
   >     https://arrow.apache.org/docs/r/articles/install.html
   > **** Not using cmake found at /usr/bin/cmake
   > Error in .make_numeric_version(x, strict, 
.standard_regexps()$valid_numeric_version) : 
   >   invalid non-character version specification 'x' (type: double)
   > Calls: build_libarrow ... as.numeric_version -> numeric_version -> 
.make_numeric_version
   > Execution halted
   > [...]
   
   The failure seems to occur in r/tools/nixlibs.R, in find_cmake,  at line 
718: 
https://github.com/apache/arrow/blob/1f2479908323daff3b08d1d585517239cae637d2/r/tools/nixlibs.R#L718
   
   which should rather be:
   
           if (found_version > "0") {
   
   I hope this helps.
   Razvan
   
   ### Component(s)
   
   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]

Reply via email to