README.md

styler.putyourstyleguidehere

This is a GitHub template to create and distribute a custom {styler} style guide. For more info, see the {styler} documentation. You can use this template to create a GitHub repo by pressing the green button:

Here’s what you have to do once you created your repo from the template.

Lifecycle:
experimental R-CMD-check

The goal of {styler.putyourstyleguidehere} is… It is a third-party style guide for {styler}.

Installation

You can install the released version of {styler.putyourstyleguidehere} from GitHub with:

remotes::install_github("putyourstyleguidehere/styler.putyourstyleguidehere")

Example

This is a basic example of how to style code with it.

library(styler.putyourstyleguidehere)
cache_deactivate()
text <- "x <- 4
y = 3
a;
"

style_text(text)


lorenzwalthert/styler.yours documentation built on April 17, 2025, 6:25 p.m.