You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SGTM, and would be pretty easy to implement. Note #2502 and #2722, though -- {lintr} itself doesn't use this yet because the version in R 4.1.x is buggy, so I think really the dependency here is R>=4.2.
Since R version 4.1.3 there is the base R function
...names()
for the patternnames(list(...))
with the benefit of being more concise and performant.The text was updated successfully, but these errors were encountered: