-
-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Here is a direct call to an S3 method
disk.frame/R/recommend_nchunks.r
Line 68 in e589d90
| map(~bit64::as.integer64.character(.x)/1024^3) %>% |
This will stop working in the future when this symbol is un-exported. Prefer calling the generic directly: as.integer64(), and letting S3 dispatch do its thing.
See r-lib/bit64#76
Metadata
Metadata
Assignees
Labels
No labels