File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ default_stages: [commit]
4
4
5
5
repos :
6
6
- repo : https://github.com/lorenzwalthert/precommit
7
- rev : v0.1.3.9139
7
+ rev : v0.2.2.9006
8
8
hooks :
9
9
- id : style-files
10
10
args : [--style_pkg=styler, --style_fun=tidyverse_style]
78
78
tests/testthat/.*\.R(md)?
79
79
)$
80
80
- repo : https://github.com/pre-commit/pre-commit-hooks
81
- rev : v4.0.1
81
+ rev : v4.1.0
82
82
hooks :
83
83
- id : check-added-large-files
84
84
args : ['--maxkb=200']
Original file line number Diff line number Diff line change 32
32
33
33
* Piped function without brackets ` substitute(x %>% y) ` don't get ` () ` added
34
34
anymore, as this can change outcome of the code (#876 ).
35
+ * Add vignette on distributing style guide (#846 , #861 ).
35
36
* Alignment detection respects stylerignore (#850 ).
37
+ * ` Warning: Unknown or uninitialised column: ` was fixed (#885 ).
36
38
* Unaligned expressions with quoted key (e.g. ` c("x" = 2) ` ) are now correctly
37
39
detected (#881 ).
38
- * Add vignette on distributing style guide (#846 , #861 ).
39
40
* ensure a trailing blank line also if the input is cached (#867 ).
40
41
* Preserve trailing blank line in roxygen examples to simplify concatenation of examples (#880 ).
41
42
* Fix argument name ` filetype ` in Example for ` style_dir() ` (#855 ).
42
43
* An error is now thrown on styling if input unicode characters can't be
43
44
correctly parsed for Windows and R < 4.2 (#883 ).
44
45
46
+
45
47
** Infrastructure**
46
48
47
49
* Remove dependency on {xfun} (#866 ).
You can’t perform that action at this time.
0 commit comments