Skip to content

Commit 369e14f

Browse files
Merge pull request #1173 from r-lib/upgrade-bs-5
2 parents 17f91fc + 71d4133 commit 369e14f

File tree

3 files changed

+12
-17
lines changed

3 files changed

+12
-17
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

inst/hextools/hexsticker.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ showtext_auto()
1313
project_root <- here::here()
1414

1515
# https://www.flaticon.com/free-icon/suit_1355137
16-
image <- image_read(file.path(project_root, "hextools", "suit.png"))
16+
image <- image_read(file.path(project_root, "inst", "hextools", "suit.png"))
1717
manual_logo_path <- file.path(project_root, "man", "figures", "logo.png")
1818
color_font <- "#b3c9e5"
1919

0 commit comments

Comments
 (0)