File tree Expand file tree Collapse file tree 3 files changed +12
-17
lines changed Expand file tree Collapse file tree 3 files changed +12
-17
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,18 @@ knitr::opts_chunk$set(
15
15
)
16
16
```
17
17
18
- # styler < img src = " man/figures/logo.png " align = " right " width = " 240 " />
18
+ # { styler}: Non-Invasive Pretty Printing of R Code
19
19
20
20
<!-- badges: start -->
21
21
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 )
30
26
31
27
<!-- badges: end -->
32
28
33
- # Overview
29
+ # Overview < img src = " man/figures/logo.png " align = " right " width = " 240 " />
34
30
35
31
styler formats your code according to the [ tidyverse style
36
32
guide] ( https://style.tidyverse.org ) (or your custom style guide) so you can
Original file line number Diff line number Diff line change 1
1
2
2
<!-- README.md is generated from README.Rmd. Please edit that file -->
3
3
4
- # styler < img src = " man/figures/logo.png " align = " right " width = " 240 " />
4
+ # { styler}: Non-Invasive Pretty Printing of R Code
5
5
6
6
<!-- badges: start -->
7
7
8
8
[ ![ R build
9
9
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 )
14
13
[ ![ CRAN
15
14
Status] ( https://www.r-pkg.org/badges/version/styler )] ( https://cran.r-project.org/package=styler )
16
15
17
16
<!-- badges: end -->
18
17
19
- # Overview
18
+ # Overview < img src = " man/figures/logo.png " align = " right " width = " 240 " />
20
19
21
20
styler formats your code according to the [ tidyverse style
22
21
guide] ( https://style.tidyverse.org ) (or your custom style guide) so you
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ showtext_auto()
13
13
project_root <- here :: here()
14
14
15
15
# 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" ))
17
17
manual_logo_path <- file.path(project_root , " man" , " figures" , " logo.png" )
18
18
color_font <- " #b3c9e5"
19
19
You can’t perform that action at this time.
0 commit comments