Uh oh!
There was an error while loading. Please reload this page.
ARROW-5505: [R] Stop masking base R functions - #5172
Conversation
codecov-io
commented
Aug 23, 2019
Codecov Report
@@ Coverage Diff @@## master #5172 +/- ##
==========================================
- Coverage 87.63% 75.2% -12.44%
==========================================
Files 1022 58 -964 Lines 146258 3621 -142637 Branches 1437 0 -1437 ==========================================
- Hits 128180 2723 -125457 + Misses 17716 898 -16818 + Partials 362 0 -362
Continue to review full report at Codecov.
|
romainfrancois
commented
Sep 3, 2019
I get the need to not masking base functions and this is something we have come to regret in other projects. I was trying here to mimic the 🐍 interface (
|
wesm
commented
Sep 7, 2019
This has a rebase conflict, what's the status of this? |
nealrichardson
commented
Sep 7, 2019
Closing; this is superseded by #5279. |
New attempt at this. It replaces
table()andarray()withto_arrow(), which already existed but was not exported.Review much appreciated @romainfrancois