Commits


Javier Luraschi authored and Wes McKinney committed 85fd54c1f19
ARROW-3647: [R] Fix R bit64 crash and formatting Fix for https://issues.apache.org/jira/browse/ARROW-3647 by adding a dependency to `bit64` in `arrow` which will avoid letting `bit64` be unloaded while `arrow` is loaded. Additionally, fix for https://github.com/rstudio/sparklyr/issues/1736, which was preventing tibbles using `integer64` to be formatted properly if `bit64` was not loaded explicitly. CC: @romainfrancois Author: Javier Luraschi <javierluraschi@hotmail.com> Closes #2867 from javierluraschi/bugfix/r-bit64-crash and squashes the following commits: f84f1e160 <Javier Luraschi> ARROW-3647: Fix R bit64 crash and formatting