karldw commented on PR #12849: URL: https://github.com/apache/arrow/pull/12849#issuecomment-1100875525
If any of the folks here want to try this out: ```sh git clone --single-branch --branch=fix-15092 --depth 1 [email protected]:karldw/arrow.git cd arrow/r make sync-cpp R CMD build --no-build-vignettes . R -e 'source("R/install-arrow.R"); create_package_with_all_dependencies(source_file = "arrow_7.0.0.9000.tar.gz")' ``` -- 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]
