Skip to content

Commit

Permalink
Merge pull request #1173 from r-lib/upgrade-bs-5
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil authored Jan 17, 2024
2 parents 17f91fc + 71d4133 commit 369e14f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
16 changes: 6 additions & 10 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,18 @@ knitr::opts_chunk$set(
)
```

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

<!-- badges: start -->

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

<!-- badges: end -->

# Overview
# Overview <img src="man/figures/logo.png" align="right" width="240" />

styler formats your code according to the [tidyverse style
guide](https://style.tidyverse.org) (or your custom style guide) so you can
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@

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

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

<!-- badges: start -->

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

<!-- badges: end -->

# Overview
# Overview <img src="man/figures/logo.png" align="right" width="240" />

styler formats your code according to the [tidyverse style
guide](https://style.tidyverse.org) (or your custom style guide) so you
Expand Down
2 changes: 1 addition & 1 deletion inst/hextools/hexsticker.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ showtext_auto()
project_root <- here::here()

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

Expand Down

0 comments on commit 369e14f

Please # to comment.