ropensci-review-tools / goodpractice

Advice on R Package Building
https://docs.ropensci.org/goodpractice/
Other
465 stars 37 forks source link

seq_linter() could be replaced by lintr::seq_linter #172

Closed MichaelChirico closed 2 months ago

MichaelChirico commented 2 months ago

https://github.com/ropensci-review-tools/goodpractice/blob/b215780eac3f39ff318ebd6d835ff58b6cd18880/R/my_linters.R#L53

https://lintr.r-lib.org/reference/seq_linter.html

Similar to #171, offloading the maintenance of the logic here gets you all the upgrades/fine-tuning of the lint logic we've added.