From 92c37f5dae9645c072137eb65bf4282bc4540bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Thu, 25 Mar 2021 03:46:45 +0100 Subject: [PATCH] Showcase styler --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) 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.