-
Notifications
You must be signed in to change notification settings - Fork 12
change extraction and replace methods to be more consistent to base R #193
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
Open
hcirellu
wants to merge
33
commits into
r-lib:main
Choose a base branch
from
hcirellu:change_extraction_methods
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
29641f5
change extraction and replace methods to be more consistent to base R
hcirellu ba2424e
Merge branch 'main' into change_extraction_methods
MichaelChirico 4a9c715
adressing all comments so far
hcirellu d4deeb6
Merge branch 'change_extraction_methods' of https://github.com/hcirel…
hcirellu cb4d2d1
introduce helpful call information in warning and error messages like…
hcirellu 388298f
backport `str2lang()`, `errorCondition()` and `warningCondition()`
hcirellu 482acbb
Merge branch 'main' into change_extraction_methods
hcirellu 0f0bd3e
remove unnecessary `{}`
hcirellu a68ccb7
Merge branch 'main' into change_extraction_methods
hcirellu 1758203
convert `.onLoad()` into if statement
hcirellu 5a145e6
Merge branch 'main' into change_extraction_methods
MichaelChirico a45d32d
Merge branch 'r-lib:main' into change_extraction_methods
hcirellu ed8b069
add edge case for one dimensional array with `drop=TRUE` in `[.intege…
hcirellu 8f90784
Merge branch 'main' into change_extraction_methods
hcirellu 0ef0861
revert cahnges to existing tests
hcirellu 7fe4888
enable additional tests from #199
hcirellu c4d37c1
Merge branch 'main' into change_extraction_methods
hcirellu 25efe61
Merge branch 'main' into change_extraction_methods
hcirellu 04df1b9
Merge branch 'main' into change_extraction_methods
hcirellu c496b2c
remove duplicate of `choose_sys_call`
hcirellu d5869d3
prefer symbols to strings in do.call()
MichaelChirico 9529ec1
prefer setNames to structure()
MichaelChirico 0b2be7a
use `local()` instead of repeating `x=as.integer64(1:10)`
hcirellu 733d16a
add test with integer `sel = c(1L, NA, 3L, 11L)`
hcirellu 77f250a
add deprecated warning for char to int64 and option to use new behavior
hcirellu e3bda22
activate tests for ancient
hcirellu 54091c9
remove comments
hcirellu 5c2c7ef
message instead of warning
hcirellu 72e761f
package startup message
hcirellu 246d09c
fixed tests
hcirellu 0ba6d98
show suppressPromoteInteger64ToCharacterMessage only once per session
hcirellu 75af15f
Merge branch 'main' into change_extraction_methods
hcirellu ca0871e
only display promoteInteger64ToCharacterMessage automatically, if pac…
hcirellu 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
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.
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.