Commits


Romain Francois authored and Neal Richardson committed 6b0e70068f6
ARROW-6539: [R] Provide mechanism to write out old format Closes #5420 from romainfrancois/ARROW-6313/old_format and squashes the following commits: 67f9c8659 <Neal Richardson> Add note to NEWS about old format flag; clean up some lingering backticks 507581ee0 <Romain Francois> RecordBatchFileWriter(use_legacy_format=) 7064fcea0 <Romain Francois> RecordBatchStreamWriter(use_legacy_format=) 5d009d577 <Romain Francois> added ARROW_ASSIGN_OR_STOP() macro to handle Result<> and Rcpp::stop() when not ok Lead-authored-by: Romain Francois <romain@rstudio.com> Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>