Commits

Romain Francois authored 2ef96c8623c
ARROW-5600: [R] R package namespace cleanup This is instead of https://github.com/apache/arrow/pull/4491, without the function naming change that we wanted to think about more intentionally. It also removes a few lingering references to `tibble` in the package, which were still passing in tests because tibble is in Suggests and the test hosts install all of the Suggests packages. @romainfrancois Author: Romain Francois <romain@rstudio.com> Author: Neal Richardson <neal.p.richardson@gmail.com> Closes #4566 from nealrichardson/clean-imports and squashes the following commits: e0cf0051 <Romain Francois> not importing glue::glue 002c0f01 <Romain Francois> no need for glue either at this point 25d4873b <Neal Richardson> Prune unused Imports; fix a couple of lingering tibble references