We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
No branches or pull requests
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: