Skip to content

Commit 29e4240

Browse files
tidy up news
1 parent 908866c commit 29e4240

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

NEWS.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ editor_options:
88

99
**User-facing changes**
1010

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).
1515
- Minimum needed R version is now bumped to `3.5` (\@IndrajeetPatil, #986).
1616

1717
**Features**
1818

19-
- `filetype` `.qmd` is now supported, but not turned on by default (#931).
2019
- alignment is now detected for function declaration in a similar way as for
2120
function calls (#968).
2221
- new R option `styler.ignore_alignment` controls if alignment should be
@@ -29,7 +28,7 @@ editor_options:
2928

3029
- If there are only empty lines in a code chunk, they are all removed (#936).
3130

32-
- There is now always one line break after `{` and before `#` (#916).
31+
- There is now always one line break after `{` and before `#` (#952).
3332

3433
- Line breaks may be added to function calls to ensure indention symmetry for
3534
round braces (#975).
@@ -52,20 +51,24 @@ editor_options:
5251

5352
- \@IndrajeetPatil is now a contributor to {styler}. Welcome and thanks for
5453
everything you did so far! (#988).
55-
- Non-exported and unused functions `odd()` and `even()` were removed
56-
(\@IndrajeetPatil, #989).
5754
- Old (and outdated) vignettes have been removed (\@IndrajeetPatil, #955). To
5855
access them, do `git checkout v1.0.0`.
59-
- Upgrade testing infra to testthat 3e (\@IndrajeetPatil, #949).
6056
- 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).
6162
- All (R)md files in this project's source code are now formatted with
6263
default pandoc markdown formatter. This conversion is required when using
6364
the visual mode in RStudio (#941).
6465
- Update {pkgdown} action to always build, but only deploy on default branch
6566
(#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).
6868
- 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).
6972

7073
# styler 1.7.0
7174

0 commit comments

Comments
 (0)