Commits


Romain Francois authored and Neal Richardson committed ef426a79b35
ARROW-6365: [R] Should be able to coerce numeric to integer with schema ``` r arrow::array(10, type = arrow::int32()) #> arrow::Array #> [ #> 10 #> ] ``` <sup>Created on 2019-09-09 by the [reprex package](https://reprex.tidyverse.org) (v0.3.0.9000)</sup> Closes #5326 from romainfrancois/ARROW-6365--numeric-to-integer and squashes the following commits: ed12b6ecf <Neal Richardson> Remove newline that the linter hated dc836a272 <Romain Francois> relax casting from double to integer. 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>