HeinzStuecke commented on issue #13425:
URL: https://github.com/apache/arrow/issues/13425#issuecomment-1164462352

   Thank you for your effort. `R -e 'system("cmake3 --version", intern = TRUE, 
ignore.stderr = TRUE)'` returns:
   
   ```
   
   [username@frontend01 ~]$ R -e 'system("cmake3 --version", intern = TRUE, 
ignore. stderr = TRUE)'
   WARNING: ignoring environment value of R_HOME
   
   R version 3.6.1 (2019-07-05) -- "Action of the Toes"
   Copyright (C) 2019 The R Foundation for Statistical Computing
   Platform: x86_64-pc-linux-gnu (64-bit)
   
   R is free software and comes with ABSOLUTELY NO WARRANTY.
   You are welcome to redistribute it under certain conditions.
   Type 'license()' or 'licence()' for distribution details.
   
     Natural language support but running in an English locale
   
   R is a collaborative project with many contributors.
   Type 'contributors()' for more information and
   'citation()' on how to cite R or R packages in publications.
   
   Type 'demo()' for some demos, 'help()' for on-line help, or
   'help.start()' for an HTML browser interface to help.
   Type 'q()' to quit R.
   
   > system("cmake3 --version", intern = TRUE, ignore.stderr = TRUE)
   [1] "cmake3 version 3.6.3"
   [2] ""
   [3] "CMake suite maintained and supported by Kitware (kitware.com/cmake)."
   >
   >
   ```


-- 
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