Thinking about whether we should replace use of https://github.com/r-lib/styler with https://github.com/posit-dev/air in the R Makefile here. I think we should right now. A big advantage of air over styler is that air is written in Rust, and for GH actions means a workflow could run very fast as it doesn't require R setup
I haven't seen a detailed rundown of what styler does vs. air, but I think air will do everything we need and do it faster.
There's some configuration options if we want to modify anything https://posit-dev.github.io/air/configuration.html
Pretty sure there is a still a need for lintr tasks (lint_package)
@seankross ?
Thinking about whether we should replace use of https://github.com/r-lib/styler with https://github.com/posit-dev/air in the R Makefile here. I think we should right now. A big advantage of air over styler is that air is written in Rust, and for GH actions means a workflow could run very fast as it doesn't require R setup
I haven't seen a detailed rundown of what styler does vs. air, but I think air will do everything we need and do it faster.
There's some configuration options if we want to modify anything https://posit-dev.github.io/air/configuration.html
Pretty sure there is a still a need for lintr tasks (
lint_package)@seankross ?