-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-12964: [R] Add bindings for ifelse() and if_else() #10724
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
26 commits
Select commit
Hold shift + click to select a range
fe6ac2e
Add ifelse and if_else
thisisnic 6b3a7aa
Use build_expr not Expression$create
thisisnic 613a1de
Add tests and warnings
thisisnic 1190697
A few changes
jonkeane cd7a2d9
A few more tests, slightly more guard rails for unimplemented types
jonkeane 1ede692
ifelse -> if_else for generic tests
jonkeane b6167fb
take out errange ifelse from rebase
jonkeane 93f51a3
Clean up, rebase
jonkeane 6f67ecb
CR comments + add support for the missing arg (mostly)
jonkeane afe21ea
Make nse_funcs$is.*() type check functions work on R literals
ianmcook 8024723
Simplify type warning code in if_else()
ianmcook 8ed814b
Resolve merge conflict
ianmcook e876926
Fix misspelling
ianmcook f450b33
Fix bug in is.() functions
ianmcook b6e8b3b
Make is.na() and is.nan() consistent with base R
ianmcook 0b14faa
Improve comment
ianmcook 7384206
Use the new is.na() functionality + edit warning about factors/dicts
jonkeane 2c1b535
Call is_valid instead of !is_null
ianmcook a6b5081
Call is_valid instead of !is_null
ianmcook 6c28763
Add TODOs with Jira refs
ianmcook 0aaec22
Fix indentation
ianmcook 52e6bc2
Improve NEWS comment
ianmcook 3045697
better tests
jonkeane 7bac428
Update r/R/dplyr-functions.R
jonkeane 4470e72
Update r/R/arrow-datum.R
jonkeane 075cb7f
Merge branch 'ARROW-12964_ifelse' of github.com:thisisnic/arrow into …
jonkeane 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
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
Oops, something went wrong.
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.