@@ -8,15 +8,14 @@ editor_options:
8
8
9
9
** User-facing changes**
10
10
11
- - ` style_dir() ` and ` style_pkg() ` now default to styling all supported file
12
- formats (` .R ` , ` .Rmd ` , ` .Rmarkdown ` , ` .Rnw ` , and ` .qmd ` ) in the (package)
13
- directory (\@ IndrajeetPatil, #965 ).
14
- - ` style_pkg() ` now excludes the auto-generated ` R/cpp11.R ` file (#977 ).
11
+ - ` style_dir() ` and ` style_pkg() ` now default to styling all supported file
12
+ formats (` .R ` , ` .Rmd ` , ` .Rmarkdown ` , ` .Rnw ` , and ` .qmd ` ) in the (package)
13
+ directory (\@ IndrajeetPatil, #965 , # 931 ).
14
+ - ` style_pkg() ` now excludes the auto-generated ` R/cpp11.R ` file (#977 ).
15
15
- Minimum needed R version is now bumped to ` 3.5 ` (\@ IndrajeetPatil, #986 ).
16
16
17
17
** Features**
18
18
19
- - ` filetype ` ` .qmd ` is now supported, but not turned on by default (#931 ).
20
19
- alignment is now detected for function declaration in a similar way as for
21
20
function calls (#968 ).
22
21
- new R option ` styler.ignore_alignment ` controls if alignment should be
@@ -29,7 +28,7 @@ editor_options:
29
28
30
29
- If there are only empty lines in a code chunk, they are all removed (#936 ).
31
30
32
- - There is now always one line break after ` { ` and before ` # ` (#916 ).
31
+ - There is now always one line break after ` { ` and before ` # ` (#952 ).
33
32
34
33
- Line breaks may be added to function calls to ensure indention symmetry for
35
34
round braces (#975 ).
@@ -52,20 +51,24 @@ editor_options:
52
51
53
52
- \@ IndrajeetPatil is now a contributor to {styler}. Welcome and thanks for
54
53
everything you did so far! (#988 ).
55
- - Non-exported and unused functions ` odd() ` and ` even() ` were removed
56
- (\@ IndrajeetPatil, #989 ).
57
54
- Old (and outdated) vignettes have been removed (\@ IndrajeetPatil, #955 ). To
58
55
access them, do ` git checkout v1.0.0 ` .
59
- - Upgrade testing infra to testthat 3e (\@ IndrajeetPatil, #949 ).
60
56
- Minor improvements to the documentation (\@ IndrajeetPatil, #958 ).
57
+ - turned off ` styler.print.Vertical ` in vignettes so ANSI output of
58
+ {prettycode} not messing with {pkgdown} (\@ IndrajeetPatil, #956 , #957 ).
59
+ - Non-exported and unused functions ` odd() ` and ` even() ` were removed
60
+ (\@ IndrajeetPatil, #989 ).
61
+ - Upgrade testing infra to testthat 3e (\@ IndrajeetPatil, #949 ).
61
62
- All (R)md files in this project's source code are now formatted with
62
63
default pandoc markdown formatter. This conversion is required when using
63
64
the visual mode in RStudio (#941 ).
64
65
- Update {pkgdown} action to always build, but only deploy on default branch
65
66
(#946 ).
66
- - turned off ` styler.print.Vertical ` in vignettes so ANSI output of
67
- {prettycode} not messing with {pkgdown} (\@ IndrajeetPatil, #956 , #957 ).
67
+ - Better stack tracing for profiling (#979 , #980 ).
68
68
- Improved code quality by fixing {lintr} warnings (#960 ).
69
+ - Error now on R CMD note (\@ IndrajeetPatil, #987 ).
70
+ - Test on latest Ubuntu instead of Ubuntu 18.04 (#982 ).
71
+ - Run tests in parallel (#978 , \@ krlmlr).
69
72
70
73
# styler 1.7.0
71
74
0 commit comments