diff --git a/Readme.md b/Readme.md index bf24c53..2e68988 100644 --- a/Readme.md +++ b/Readme.md @@ -23,6 +23,7 @@ If you want to contribute to this list (please do), send me a pull request or co - [PHP](#php) - [PL/SQL](#plsql) - [Python](#python) + - [R](#r) - [Ruby](#ruby) - [Shell](#shell) - [VBS](#vbs) @@ -107,6 +108,10 @@ If you want to contribute to this list (please do), send me a pull request or co * [pindent](http://svn.python.org/projects/python/trunk/Tools/scripts/pindent.py) - Adds comments when blocks are closed, or can properly indent code if comments are put in. * [yapf](https://github.com/google/yapf) - A formatter for Python files. +#### R + +* [styler](https://styler.r-lib.org/) - Beautifier for R and rmarkdown code written in R. + #### Ruby * [Ruby Script Beautifier](http://www.arachnoid.com/ruby/rubyBeautifier.html) - Beautifier written in Ruby.