// plugins
Arity Plugin
Adapter plugin that formats R code via Arity.
Formats .R and .r files.
Install and Setup
In your project's directory with a dprint.json file, run:
dprint add jolars/arity
This will update your config file to have an entry for the plugin. Then optionally specify an "arity" property to add configuration:
{
"arity": {
// arity config goes here
},
"plugins": [
"https://plugins.dprint.dev/jolars/arity-vx.x.x.wasm"
]
}
Configuration
See Configuration.