Setting up a project

Style guide

R

Use styler to style your code.

Follow the tidyverse style guide, with the following additions:

  • Prefer the double-indent style for function definitions and calls

Python

Use black to style your code according to the PEP 8 style guide.

Rust

Use rustfmt to style your code.