Skip to content

Commit 3046a41

Browse files
again add badges (removed for R cmd check on CRAN)
1 parent 62f3bfd commit 3046a41

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.Rmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1928
The goal of styler is to provide non-invasive pretty-printing of R source code
2029
while adhering to the [tidyverse](http://style.tidyverse.org) formatting rules.
2130
styler can be customized to format code according to other style guides too.

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
615
The goal of styler is to provide non-invasive pretty-printing of R
716
source code while adhering to the
817
[tidyverse](http://style.tidyverse.org) formatting rules. styler can be

0 commit comments

Comments
 (0)