Skip to content

Holds A More Spacious Styleguide

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

ropensci-review-tools/spaceout

Repository files navigation

spaceout

The goal of spaceout is to make it easier to follow the style guide recommended in pkgcheck CONTRIBUTING guide.

Installation

You can install the released version of spaceout with:

remotes::install_github("ropensci-review-tools/spaceout")

Example

This is a basic example which shows you how to solve a common problem:

code <- "say('hi'); list[[a[2]]]"
styler::style_text (code, style = spaceout::spaceout_style)
#> say ("hi")
#> list [[a [2]]]

About

Holds A More Spacious Styleguide

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages