Add a fixer for r based on the styler package (#2401)

* Add styler as a new fixer for R files
* Add to the list of supported tools
* Add documentation
This commit is contained in:
Thibault Vatter
2019-04-23 14:44:26 -04:00
committed by w0rp
parent 893ac34cca
commit ce0b14979e
7 changed files with 61 additions and 0 deletions

View File

@@ -366,6 +366,7 @@ formatting.
* [qmllint](https://github.com/qt/qtdeclarative/tree/5.11/tools/qmllint)
* R
* [lintr](https://github.com/jimhester/lintr)
* [styler](https://github.com/r-lib/styler)
* Racket
* [raco](https://docs.racket-lang.org/raco/)
* ReasonML