JohannesNE / styler

Non-invasive pretty printing of R code

Home Page:https://styler.r-lib.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

styler

R build status Life cycle: stable codecov test coverage CRAN Status

Overview

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

  • the RStudio Addin as demonstrated below
  • R functions like style_pkg(), style_file() or style_text()
  • various other tools described in vignette("third-party-integrations")

Installation

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")

If you don’t use styler interactively (i.e. not from the R prompt or RStudio Addin), make sure you authorize the R package R.cache once to set up a permanent cache. If you use it interactively, you will be asked to grant this permission once. See ?caching for details.

Documentation

The following online docs are available:

About

Non-invasive pretty printing of R code

https://styler.r-lib.org

License:Other


Languages

Language:R 99.4%Language:C++ 0.6%Language:Rebol 0.1%Language:Python 0.0%