Uh oh!
There was an error while loading. Please reload this page.
ARROW-5190 [R]: Discussion: tibble dependency in R package - #4454
ARROW-5190 [R]: Discussion: tibble dependency in R package#4454romainfrancois wants to merge 3 commits into
Conversation
Codecov Report
@@ Coverage Diff @@## master #4454 +/- ##
===========================================
- Coverage 88.11% 74.99% -13.13%
===========================================
Files 850 54 -796 Lines 105774 3111 -102663 Branches 1253 0 -1253 ===========================================
- Hits 93203 2333 -90870 + Misses 12326 778 -11548 + Partials 245 0 -245
Continue to review full report at Codecov.
|
nealrichardson
commented
Jun 10, 2019
LGTM; we aren't using This does make the |
01bba40 to
18b1e05Compare
tibbleis now on Suggests. The code still makes tibbles, so that iftibbleis otherwise loaded, data frames are nicely print, etc... but does not need to specificallyImportsit.