File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- output :
3
- github_document :
4
- html_preview : true
2
+ output : github_document
5
3
editor_options :
6
4
markdown :
7
5
wrap : 79
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ can direct your attention to the content of your code. It helps to keep
24
24
the coding style consistent across projects and facilitate
25
25
collaboration. You can access styler through
26
26
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") `
31
31
32
32
<img src =" https://raw.githubusercontent.com/lorenzwalthert/some_raw_data/master/styler_0.1.gif " width =" 650px " />
33
33
@@ -50,6 +50,6 @@ remotes::install_github("r-lib/styler")
50
50
51
51
The following online docs are available:
52
52
53
- - [ latest CRAN release] ( https://styler.r-lib.org ) .
53
+ - [ latest CRAN release] ( https://styler.r-lib.org ) .
54
54
55
- - [ GitHub development version] ( https://styler.r-lib.org/dev/ ) .
55
+ - [ GitHub development version] ( https://styler.r-lib.org/dev/ ) .
You can’t perform that action at this time.
0 commit comments