-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
debugonce(table.integer64) # set a stopping point
invisible(table(as.integer64(1:3))) # not hitOther integer64 implementations rely on S3 generics being put in place by {bit64} itself, e.g.
Lines 141 to 144 in f9d1ef3
| if (!exists("match.default")){ | |
| match <- function(x, table, ...) UseMethod("match") | |
| match.default <- function(x, table, ...) base::match(x, table, ...) | |
| } |
Currently the user has to call table.integer64() directly to access this code. I don't see anyone having done so:
It would be nice for table(x) to "just work" for users to get this custom-tailored implementation.
Metadata
Metadata
Assignees
Labels
No labels