Arity
Arity is a language server, formatter, and linter for the R language.
Quick start
Install with Cargo:
cargo install arity
Format your first document:
arity format file.R
Run lint checks:
arity lint file.R
For full installation options (prebuilt binaries, package managers, and source builds), see Getting Started.
Where to go next
- Getting Started: complete installation and first-run walkthrough.
- Editor setup: connect the language server to your editor.
- Configuration: every
arity.tomlkey. - CLI Reference: every command and option.
- Lint rules: the rule reference, generated by running the linter on worked examples.
arity v0.7.0