Closed krlmlr closed 6 days ago
Would you mind pulling the style changes into a separate PR? That would make it easier to see what you're proposing here.
The important commit is the last one, ba184c34 . You could take a look at that, I'll also split this PR.
Necessary for duckplyr because
dim(x)
still dispatches todim.data.frame()
for subclasses of"data.frame"
.Includes other refactorings.