Skip to content

Commit

Permalink
Merge pull request #1165 from r-lib/reknit-readme
Browse files Browse the repository at this point in the history
Clean up unnecessary YAML front matter in README
  • Loading branch information
lorenzwalthert authored Dec 5, 2023
2 parents cb33e89 + 385e316 commit 10efce2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
output:
github_document:
html_preview: true
output: github_document
editor_options:
markdown:
wrap: 79
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ can direct your attention to the content of your code. It helps to keep
the coding style consistent across projects and facilitate
collaboration. You can access styler through

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

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

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

The following online docs are available:

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

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

0 comments on commit 10efce2

Please sign in to comment.