Skip to content

Commit 2b2980d

Browse files
Include sticker on the website
1 parent 17f91fc commit 2b2980d

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

README.Rmd

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,18 @@ knitr::opts_chunk$set(
1515
)
1616
```
1717

18-
# styler <img src="man/figures/logo.png" align="right" width="240" />
18+
# `{styler}`: Non-Invasive Pretty Printing of R Code
1919

2020
<!-- badges: start -->
2121

22-
[![R build
23-
status](https://github.com/r-lib/styler/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/styler/actions)
24-
[![Life cycle:
25-
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
26-
[![codecov test
27-
coverage](https://app.codecov.io/gh/r-lib/styler/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/styler)
28-
[![CRAN
29-
Status](https://www.r-pkg.org/badges/version/styler)](https://cran.r-project.org/package=styler)
22+
[![R build status](https://github.com/r-lib/styler/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/styler/actions)
23+
[![Lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
24+
[![Test coverage](https://codecov.io/gh/r-lib/styler/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/styler?branch=main)
25+
[![CRAN Status](https://www.r-pkg.org/badges/version/styler)](https://cran.r-project.org/package=styler)
3026

3127
<!-- badges: end -->
3228

33-
# Overview
29+
# Overview <img src="man/figures/logo.png" align="right" width="240" />
3430

3531
styler formats your code according to the [tidyverse style
3632
guide](https://style.tidyverse.org) (or your custom style guide) so you can

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

4-
# styler <img src="man/figures/logo.png" align="right" width="240" />
4+
# `{styler}`: Non-Invasive Pretty Printing of R Code
55

66
<!-- badges: start -->
77

88
[![R build
99
status](https://github.com/r-lib/styler/workflows/R-CMD-check/badge.svg)](https://github.com/r-lib/styler/actions)
10-
[![Life cycle:
11-
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
12-
[![codecov test
13-
coverage](https://app.codecov.io/gh/r-lib/styler/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/styler)
10+
[![Lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html)
11+
[![Test
12+
coverage](https://codecov.io/gh/r-lib/styler/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/styler?branch=main)
1413
[![CRAN
1514
Status](https://www.r-pkg.org/badges/version/styler)](https://cran.r-project.org/package=styler)
1615

1716
<!-- badges: end -->
1817

19-
# Overview
18+
# Overview <img src="man/figures/logo.png" align="right" width="240" />
2019

2120
styler formats your code according to the [tidyverse style
2221
guide](https://style.tidyverse.org) (or your custom style guide) so you

0 commit comments

Comments
 (0)