jonkeane commented on code in PR #49068: URL: https://github.com/apache/arrow/pull/49068#discussion_r2759203709
########## r/vignettes/developers/binary_features.Rmd: ########## @@ -0,0 +1,203 @@ +--- +title: "Libarrow binary features" +description: > + Understanding which C++ features are enabled in Arrow R package builds +output: rmarkdown::html_vignette +--- + +This document explains which C++ features are enabled in different Arrow R +package build configurations, and documents the decisions behind our default +feature set. Review Comment: I added this already (but not pushed). IMO the feature set explanation should go in Nic's PR + where they put the docs for installing from R-universe. -- 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]
