-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-15802 [R] bindings for lubridate::make_datetime() and lubridate::make_date()
#12622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
jonkeane
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good. A few comments about structure + tests.
Looking at the docs for these, it looks like our implementation of make_datetime() could also be mapped to base:ISOdate() and base::ISOdatetime()
|
The are some outstanding issues, mostly having to do with the timezone argument:
For 1, the solution could be to set the default value for all |
|
Still blocked by the Windows |
Not sure that will automagically be solved since |
Not sure I follow, once |
lubridate::make_datetime() and lubridate::make_date()
jonkeane
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Thanks!
|
Benchmark runs are scheduled for baseline = acda3c6 and contender = de02cfc. de02cfc is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
lubridate::make_datetime()andlubridate::make_date()base::ISOdatetime()andbase::ISOdate()