Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 630 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 630 Bytes

cookiecutter-r-project

Template for analysis project in R.

Usage

  1. Create a new environment with mamba create --name cookiecutter-env cookiecutter pre-commit.
  2. 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.

Credits

Adapted from lazappi, AP and startyourlab.