Skip to content

Commit cbe4769

Browse files
Clean up unnecessary YAML front matter in README
1 parent 26eb4fa commit cbe4769

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

README.Rmd

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
---
2-
output:
3-
github_document:
4-
html_preview: true
5-
editor_options:
6-
markdown:
7-
wrap: 79
2+
output: github_document
83
---
94

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

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ can direct your attention to the content of your code. It helps to keep
2424
the coding style consistent across projects and facilitate
2525
collaboration. You can access styler through
2626

27-
- the RStudio Addin as demonstrated below
28-
- R functions like `style_pkg()`, `style_file()` or `style_text()`
29-
- various other tools described in
30-
`vignette("third-party-integrations")`
27+
- the RStudio Addin as demonstrated below
28+
- R functions like `style_pkg()`, `style_file()` or `style_text()`
29+
- various other tools described in
30+
`vignette("third-party-integrations")`
3131

3232
<img src="https://raw.githubusercontent.com/lorenzwalthert/some_raw_data/master/styler_0.1.gif" width="650px" />
3333

@@ -50,6 +50,6 @@ remotes::install_github("r-lib/styler")
5050

5151
The following online docs are available:
5252

53-
- [latest CRAN release](https://styler.r-lib.org).
53+
- [latest CRAN release](https://styler.r-lib.org).
5454

55-
- [GitHub development version](https://styler.r-lib.org/dev/).
55+
- [GitHub development version](https://styler.r-lib.org/dev/).

0 commit comments

Comments
 (0)