File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,15 @@ knitr::opts_chunk$set(
1616
1717# styler
1818
19+ [ ![ Build
20+ Status] ( https://travis-ci.org/r-lib/styler.svg?branch=master )] ( https://travis-ci.org/r-lib/styler )
21+ [ ![ AppVeyor Build
22+ Status] ( https://ci.appveyor.com/api/projects/status/github/r-lib/styler?branch=master&svg=true )] ( https://ci.appveyor.com/project/r-lib/styler )
23+ [ ![ lifecycle] ( https://img.shields.io/badge/lifecycle-stable-brightgreen.svg )] ( https://www.tidyverse.org/lifecycle/#stable )
24+ [ ![ codecov] ( https://codecov.io/gh/r-lib/styler/branch/master/graph/badge.svg )] ( https://codecov.io/gh/r-lib/styler )
25+ [ ![ cran
26+ version] ( http://www.r-pkg.org/badges/version/styler )] ( https://cran.r-project.org/package=styler )
27+
1928The goal of styler is to provide non-invasive pretty-printing of R source code
2029while adhering to the [ tidyverse] ( http://style.tidyverse.org ) formatting rules.
2130styler can be customized to format code according to other style guides too.
Original file line number Diff line number Diff line change 33
44# styler
55
6+ [ ![ Build
7+ Status] ( https://travis-ci.org/r-lib/styler.svg?branch=master )] ( https://travis-ci.org/r-lib/styler )
8+ [ ![ AppVeyor Build
9+ Status] ( https://ci.appveyor.com/api/projects/status/github/r-lib/styler?branch=master&svg=true )] ( https://ci.appveyor.com/project/r-lib/styler )
10+ [ ![ lifecycle] ( https://img.shields.io/badge/lifecycle-stable-brightgreen.svg )] ( https://www.tidyverse.org/lifecycle/#stable )
11+ [ ![ codecov] ( https://codecov.io/gh/r-lib/styler/branch/master/graph/badge.svg )] ( https://codecov.io/gh/r-lib/styler )
12+ [ ![ cran
13+ version] ( http://www.r-pkg.org/badges/version/styler )] ( https://cran.r-project.org/package=styler )
14+
615The goal of styler is to provide non-invasive pretty-printing of R
716source code while adhering to the
817[ tidyverse] ( http://style.tidyverse.org ) formatting rules. styler can be
You can’t perform that action at this time.
0 commit comments