From 2b2980d1be65b7abde2819fabaa7c1dd69fe79d5 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Sun, 14 Jan 2024 15:11:19 +0100 Subject: [PATCH 1/3] Include sticker on the website --- README.Rmd | 16 ++++++---------- README.md | 11 +++++------ 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/README.Rmd b/README.Rmd index 3216f2a10..8e1888165 100644 --- a/README.Rmd +++ b/README.Rmd @@ -15,22 +15,18 @@ knitr::opts_chunk$set( ) ``` -# styler +# `{styler}`: Non-Invasive Pretty Printing of R Code -[![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) -# Overview +# Overview styler formats your code according to the [tidyverse style guide](https://style.tidyverse.org) (or your custom style guide) so you can diff --git a/README.md b/README.md index c466344cc..dd99b9780 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,21 @@ -# styler +# `{styler}`: Non-Invasive Pretty Printing of R Code [![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) -# Overview +# Overview styler formats your code according to the [tidyverse style guide](https://style.tidyverse.org) (or your custom style guide) so you From 96b469b86ff8e4ca3fb65732667279bd9916f22f Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Sun, 14 Jan 2024 15:18:18 +0100 Subject: [PATCH 2/3] Update hexsticker.R --- inst/hextools/hexsticker.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/hextools/hexsticker.R b/inst/hextools/hexsticker.R index ccf0dcdcc..b91b34b0f 100644 --- a/inst/hextools/hexsticker.R +++ b/inst/hextools/hexsticker.R @@ -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" From 71d41336fd694e4b84e8c827b0a5731c90a24406 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Wed, 17 Jan 2024 16:03:48 +0100 Subject: [PATCH 3/3] don't use code formatting for package name --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 8e1888165..1dabfaa36 100644 --- a/README.Rmd +++ b/README.Rmd @@ -15,7 +15,7 @@ knitr::opts_chunk$set( ) ``` -# `{styler}`: Non-Invasive Pretty Printing of R Code +# {styler}: Non-Invasive Pretty Printing of R Code diff --git a/README.md b/README.md index dd99b9780..d2b90ab80 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# `{styler}`: Non-Invasive Pretty Printing of R Code +# {styler}: Non-Invasive Pretty Printing of R Code