You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/11 16:33:41 UTC

[GitHub] [arrow] wjones127 commented on pull request #12849: ARROW-15092: [R] Support create_package_with_all_dependencies() on non-linux systems

wjones127 commented on PR #12849:
URL: https://github.com/apache/arrow/pull/12849#issuecomment-1095279149

   > Is there a setup agnostic way to run bash scripts on windows from R? The only possibility I see is using WSL or checking for git-bash (which is not on path by default afaik).
   
   On Windows I think we can take for granted that if a user is building a package they have already installed RTools (or should do so).
   
   It looks like pkgbuild has a function `with_build_tools()` ([docs](https://r-lib.github.io/pkgbuild/reference/has_build_tools.html)) that can temporarily add the appropriate RTools to the PATH before running a supplied script. Perhaps that is the appropriate thing to use here?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org