Commits


Alenka Frim authored and Jonathan Keane committed c4b646e715d
ARROW-14942: [R] Bindings for lubridate's dpicoseconds, dnanoseconds, desconds, dmilliseconds, dmicroseconds This PR adds bindings for lubridate's `dseconds`, `dmilliseconds`, `dmicroseconds` and `dnanoseconds`. As `picoseconds` are not supported by [duration in Arrow](https://arrow.apache.org/docs/cpp/api/datatype.html#_CPPv4N5arrow4Type4type8DURATIONE) and duration is of integer type, the call to `picoseconds()` raises a warning. Closes #12855 from AlenkaF/ARROW-14942 Authored-by: Alenka Frim <frim.alenka@gmail.com> Signed-off-by: Jonathan Keane <jkeane@gmail.com>