r-lib / rex

Friendly regular expressions for R.
https://rex.r-lib.org
Other
333 stars 27 forks source link

Use anyNA and negate after logical aggregation #89

Closed MichaelChirico closed 1 year ago

MichaelChirico commented 1 year ago

Finishing the pass of low-hanging/obvious fruit from {lintr}.

I would also suggest maybe not using gettextf() if {rex} doesn't have any translations? stop(sprintf(...)) may be simpler to follow.