-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Milestone
Description
After ARROW-14941 we have support for the duration type; however, there is no binding for lubridate::duration() or as.difftime() available in dplyr evaluation that could create these objects. I'm actually not sure if we should bind lubridate::duration since it returns a custom S4 class that's identical in function to base R's difftime.
Reporter: Dewey Dunnington / @paleolimbot
Assignee: Dragoș Moldovan-Grünfeld / @dragosmg
Related issues:
- [R] Implement bindings for lubridate::duration() (is duplicated by)
- [R] Implement bindings for lubridate's date_decimal and decimal_date (is depended upon by)
- [R] Bindings for lubridate's dpicoseconds, dnanoseconds, desconds, dmilliseconds, dmicroseconds (is depended upon by)
- [R] Implement lubridate::make_difftime (is depended upon by)
- [R] Update as.Date() to support an origin different from epoch (is depended upon by)
- [R] Implement bindings for lubridate::as_date() and lubridate::as_datetime() (is depended upon by)
PRs and other links:
Note: This issue was originally created as ARROW-15098. Please see the migration documentation for further details.