Template for analysis project in R.
- Create a new environment with
mamba create --name cookiecutter-env cookiecutter pre-commit. - Activate this environment and run
cookiecutter gh:sparklabnyc/cookiecutter-r-project.
Note, in the background, git init and pre-commit install have been called.
You can remove the hooks at any time using rm -rf .git/hooks.
Adapted from lazappi, AP and startyourlab.