Skip to content

Commit 834798c

Browse files
re-order
1 parent f60a8a6 commit 834798c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

NEWS.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
As a consequence of this approach, the defaults for `styler.ignore_start` and
2323
`styler.ignore_stop` omit the `#` (#849).
2424

25-
* the built package size has been reduced by ~50% by listing `*-in_tree` files
26-
in `.Rbuildignore` (#879).
27-
28-
* Bump minimal R requirement to 3.4 in line with the [tidyverse](https://www.tidyverse.org/blog/2019/04/r-version-support/), which
29-
allowed to remove the dependency at {backports} and some exception handling.
3025

3126
**Other changes**
3227

@@ -38,7 +33,8 @@
3833
* Unaligned expressions with quoted key (e.g. `c("x" = 2)`) are now correctly
3934
detected (#881).
4035
* ensure a trailing blank line also if the input is cached (#867).
41-
* Preserve trailing blank line in roxygen examples to simplify concatenation of examples (#880).
36+
* Preserve trailing blank line in roxygen examples to simplify concatenation of
37+
examples (#880).
4238
* Fix argument name `filetype` in Example for `style_dir()` (#855).
4339
* An error is now thrown on styling if input unicode characters can't be
4440
correctly parsed for Windows and R < 4.2 (#883).
@@ -47,7 +43,12 @@
4743
**Infrastructure**
4844

4945
* Remove dependency on {xfun} (#866).
46+
* Bump minimal R requirement to 3.4 in line with the
47+
[tidyverse](https://www.tidyverse.org/blog/2019/04/r-version-support/), which
48+
allowed to remove the dependency at {backports} and some exception handling.
5049
* rename default branch to main (#859).
50+
* the built package size has been reduced by ~50% by listing `*-in_tree` files
51+
in `.Rbuildignore` (#879).
5152
* Enable pre-commit.ci (#843).
5253
* use pre-commit via GitHub Actions (#872).
5354

0 commit comments

Comments
 (0)