-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-14808 [R] Implement bindings for lubridate::date()
#12433
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
40 commits
Select commit
Hold shift + click to select a range
da4158a
added binding for `date()` + unit test + NEWS bullet point
dragosmg 1bce2a8
namespace the call to `date()`
dragosmg 3ea6beb
remove namespacing for `date()` inside the `mutate()` context
dragosmg 96c6b3f
trying to mask `base::date()`
dragosmg 27cf385
test 2
dragosmg 4ef422d
test 2 for the `date()` masking issue
dragosmg 35ddfec
added comment on namespacing
dragosmg 53b91ac
skip on windows
dragosmg 87d809c
point to relevant Jira
dragosmg 3ea3048
test some unsupported inputs
dragosmg eea11c2
create an Array from vector + unit test
dragosmg 0ffe555
comment + skip integer test
dragosmg 5951160
oversight
dragosmg cefad69
use `build_expr()` when defining the `"date"` binding
dragosmg 1d96572
typo
dragosmg 6210956
using `cast_options()` to generate the `options` list
dragosmg 9d487c0
extended `as.Date()` to support multiple input types + tests
dragosmg 4255041
cleaned-up the testing for `date()`
dragosmg a3b0f11
clean-up
dragosmg ad49d2c
added `tryFormats` arg and handling for situations in which `x` is a …
dragosmg 2c26ef7
figure out which one Windows doesn't like
dragosmg 9b6a9e2
use interim step + skip test involving tzdb on Windows
dragosmg 4105b82
update NEWS
dragosmg 6e1be4e
moved unit test to the success block
dragosmg 47f8119
remove the `interim_x` object and the additional step it introduced
dragosmg 0b8cfe3
float -> integer with `safe = FALSE` & 2 additional unit tests (with …
dragosmg 2be4e31
improved comments
dragosmg a280f45
switch back to `floor`
dragosmg 81e9add
let `build_expr()` handle conversion to `Expression`
dragosmg af3d5cf
simplify building the strptime expression (unit = O)
dragosmg d09bee8
unit tests updates
dragosmg 5da34fb
simplified `format` vs `tryFormats` implementation and moved the chec…
dragosmg 4f9d0c1
moved arg checking at the top and reorganised the body of the functio…
dragosmg 47587a9
removed redundant unit tests
dragosmg 41e604f
Merge branch 'master' into lubridate_date
dragosmg fc7667c
support other timezones than `"UTC"` and update tests to reflect that
dragosmg 036e349
update NEWS
dragosmg 5788fd5
remove suport for double and corresponding unit tests
dragosmg a549f4c
use `compare_dplyr_binding()` to test pull back to R
dragosmg 1a9bbfd
added a couple of comments to improve quality
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
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
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.