Closed MichaelChirico closed 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.
gettextf()
stop(sprintf(...))
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.