Non-invasive pretty printing of R code
773
stars
3,577
commits
R
primary language
Jul 25, 2026
updated

styler formats your code according to the tidyverse style guide (or your custom style guide) so you can direct your attention to the content of your code. It helps to keep the coding style consistent across projects and facilitate collaboration. You can access styler through
style_pkg(), style_file() or style_text()vignette("third-party-integrations")
You can install the package from CRAN.
install.packages("styler")
Or get the development version from GitHub:
# install.packages("remotes")
remotes::install_github("r-lib/styler")
The following online docs are available:
Hex sticker font is Gayathri, and the image is taken from icon made by Freepik and available at flaticon.com.
R
99.0%
Non-invasive pretty printing of R code
773
stars
3,577
commits
R
primary language
Jul 25, 2026
updated

styler formats your code according to the tidyverse style guide (or your custom style guide) so you can direct your attention to the content of your code. It helps to keep the coding style consistent across projects and facilitate collaboration. You can access styler through
style_pkg(), style_file() or style_text()vignette("third-party-integrations")
You can install the package from CRAN.
install.packages("styler")
Or get the development version from GitHub:
# install.packages("remotes")
remotes::install_github("r-lib/styler")
The following online docs are available:
Hex sticker font is Gayathri, and the image is taken from icon made by Freepik and available at flaticon.com.
R
99.0%