File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 22
22
As a consequence of this approach, the defaults for ` styler.ignore_start ` and
23
23
` styler.ignore_stop ` omit the ` # ` (#849 ).
24
24
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.
30
25
31
26
** Other changes**
32
27
38
33
* Unaligned expressions with quoted key (e.g. ` c("x" = 2) ` ) are now correctly
39
34
detected (#881 ).
40
35
* 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 ).
42
38
* Fix argument name ` filetype ` in Example for ` style_dir() ` (#855 ).
43
39
* An error is now thrown on styling if input unicode characters can't be
44
40
correctly parsed for Windows and R < 4.2 (#883 ).
47
43
** Infrastructure**
48
44
49
45
* 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.
50
49
* 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 ).
51
52
* Enable pre-commit.ci (#843 ).
52
53
* use pre-commit via GitHub Actions (#872 ).
53
54
You can’t perform that action at this time.
0 commit comments