The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Running R pre-commit hooks
Pre-commit hooks are scripts that run automatically before a commit is finalized in Git. They’re used to catch issues early by enforcing checks like code formatting, linting, or running tests before changes are committed.
captain
(hook) is a package that allows you to run git
pre-commit hooks in a R environment.
The latest version can be installed from GitHub as follows:
# install.packages("pak")
::pak("alexym1/captain") pak
::install_precommit() captain
::run_precommit() captain
Editing the .pre-commit-config
file using
captain::edit_precommit_config()
:
repos:
- repo: local
hooks:
- id: renv
name: Synchronize project from renv.lock
description: Synchronize the project from the renv.lock
entry: Rscript inst/pre-commit/hooks/synchronize_project.R
language: system
pass_filenames: false
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
This logo was created by @obstacle.graphic.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.