File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Type: Package
2
2
Package: styler
3
3
Title: Non-Invasive Pretty Printing of R Code
4
- Version: 1.5.1.9001
4
+ Version: 1.6.0
5
5
Authors@R:
6
6
c(person(given = "Kirill",
7
7
family = "Müller",
Original file line number Diff line number Diff line change 1
1
2
- # styler 1.5.1.9000 (Development version)
2
+ # styler 1.6.0
3
3
4
4
* Files with ` .Rmarkdown ` extension are now recognized as an R markdown files in
5
5
` style_file() ` and friends (#824 ).
16
16
17
17
* Break the line between ` %>% ` and ` { ` inside and outside function calls (#825 ).
18
18
19
- * Add language server to third-party integrations vignette (#835 ).
19
+ * Add language server to third-party integration vignette (#835 ).
20
20
21
21
* improved test setup with fixtures and similar (#798 ).
22
22
You can’t perform that action at this time.
0 commit comments