ThinkR-open / checkhelper

A package to help deal with devtools::check outputs
https://thinkr-open.github.io/checkhelper/
Other
34 stars 4 forks source link

As a dev, I want to run check and code coverage, without testing twice the package. #67

Open statnmap opened 2 years ago

statnmap commented 2 years ago

Run check_n_covr() instead of check ? Or let the user choose during, but default is check_n_covr().

See: https://github.com/ThinkR-open/fusen/pull/156