Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 326 Bytes

pull_request_template.md

File metadata and controls

5 lines (5 loc) · 326 Bytes
  • added unit tests and checked code coverage with covr::report() (should aim for 100%)
  • ran devtools::document()
  • ran lintr::lint_package() and resolved all lint warnings and notes
  • ran styler::style_pkg() to make sure code matches the style guidelines
  • ran R-CMD CHECK and resolved all issues