-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-15800 [R] Implement bindings for lubridate::as_date() and lubridate::as_datetime()
#12738
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
Closed
Closed
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
3c0bd20
`as.Date()` supports integer-like inputs
dragosmg e24de04
`as_date()` bindings + tests + NEWS
dragosmg 122865e
tests for `as_datetime()` plus skipped another test involving timezon…
dragosmg 3cc8365
`as_datetime()` binding
dragosmg 3431636
removed tz from the casting to timestamp step
dragosmg fd9ee4a
simplified
dragosmg ba1bee2
updated unit tests as I have added support for an `origin` different …
dragosmg 28a12a9
added abstract function a level below `as.Date()` and `as_date()`
dragosmg bfbd3b7
single {testthat} block for `as_date()` and `as.Date()`
dragosmg 48b498e
tidy-up
dragosmg af69bf0
some more tidying up
dragosmg dd9ea68
Merge branch 'master' into as_date_as_datetime_take2
dragosmg 2fbba5f
default value for `tz` with `as_date()` is now `NULL` and `as_datetim…
dragosmg 9b3d6c4
support for `NULL` `tz` in `binding_as_date()`
dragosmg 97f59b4
added unit test to better show the difference between `as_date()` and…
dragosmg fd8ba19
remove self-asignment
dragosmg 110fa15
colon
dragosmg 02c4df2
no longer skipping on Windows
dragosmg 9a1b0ec
separated the double and origin different from `"1970-01-01"` logic
dragosmg 634863e
revert to casting `delta_in_sec` to `int64()` and `delta_in_days` to …
dragosmg 0820b0e
Merge branch 'master' into as_date_as_datetime_take2
dragosmg 054d926
rename `tz` -> `use_tz` and added some clarifying comments
dragosmg f2aa904
removed `x` no-op and added comments
dragosmg 5a258b9
docs
dragosmg 7576460
remove the `base` and `tz` arguments
dragosmg 1b45fda
removed comments referencing ARROW-13168
dragosmg 7281395
added comments on the as.Date() vs as_date() differece
dragosmg c1ed1cc
refactored `binding_as_date()`
dragosmg 833c432
added links to relevant Jiras
dragosmg 1ab2e2d
added comment on why we're not testing the content of the error message
dragosmg 06b7f86
style
dragosmg 3e721b4
edit comment
dragosmg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.