air

Fast and opinionated code formatter for R

brewmacoslinux
Try with needOr install directly
Source

About

Fast and opinionated formatter for R code

Commands

air

Examples

Format a single R file in place$ air format script.R
Format all R files in a directory$ air format .
Check formatting without modifying files$ air lint script.R