Skip to contents

Rprecommit 1.1.0

  • Add create_hook() to create custom pre-commit hooks (#4)
  • Fix create_precommit_config() to return .pre-commit-config.yml as expected
  • Refresh README

Rprecommit 1.0.0

  • Ability to install, edit and run precommit hooks using *_precommit() suite.

  • Add basic pre-commit hooks:

    • synchronize_project.R
    • format_package_with_styler.R
    • check_coverage.R