We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
lintr/R/regex_subset_linter.R
Line 4 in 5990da6
Just noticed R will start shipping grepv() as a shorthand for grep(ptn, x, value=TRUE):
grepv()
grep(ptn, x, value=TRUE)
https://github.com/r-devel/r-svn/blob/874fa1008e6cb090c7c898c422d703ca0026d600/doc/NEWS.Rd#L39-L40
We can reference that once it makes an R release.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
lintr/R/regex_subset_linter.R
Line 4 in 5990da6
Just noticed R will start shipping
grepv()
as a shorthand forgrep(ptn, x, value=TRUE)
:https://github.com/r-devel/r-svn/blob/874fa1008e6cb090c7c898c422d703ca0026d600/doc/NEWS.Rd#L39-L40
We can reference that once it makes an R release.
The text was updated successfully, but these errors were encountered: