Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Non-invasive pretty printing of R code

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.md
NotificationsYou must be signed in to change notification settings

r-lib/styler

Repository files navigation

R build statusLifecycleTest coverageCRAN Status

Overview

styler formats your code according to thetidyverse styleguide (or your custom style guide) so youcan direct your attention to the content of your code. It helps to keepthe coding style consistent across projects and facilitatecollaboration. You can access styler through

  • the RStudio Addin as demonstrated below
  • R functions likestyle_pkg(),style_file() orstyle_text()
  • various other tools described invignette("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")

Documentation

The following online docs are available:

Acknowledgments

Hex sticker font isGayathri, and the image istaken from icon made byFreepik and availableatflaticon.com.

About

Non-invasive pretty printing of R code

Topics

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.md

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors32

Languages


[8]ページ先頭

©2009-2025 Movatter.jp