Skip to content

Commit 10efce2

Browse files
Merge pull request #1165 from r-lib/reknit-readme
Clean up unnecessary YAML front matter in README
2 parents cb33e89 + 385e316 commit 10efce2

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.Rmd

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

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)