paleolimbot commented on pull request #11850:
URL: https://github.com/apache/arrow/pull/11850#issuecomment-992777848
Just updating my reprex to show that it does, in fact work! (forgot to
reinstall arrow from this branch before running reprex):
``` r
# remotes::insatll_github("paleolimbot/arrow/r@r-duration-type")
library(arrow, warn.conflicts = FALSE)
(arr <- Array$create(as.difftime(123, units = "secs")))
#> Array
#> <duration[s]>
#> [
#> 123
#> ]
as.vector(arr)
#> Time difference of 123 secs
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]