We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ad189 commit deefeceCopy full SHA for deefece
NEWS.md
@@ -35,6 +35,9 @@
35
* `Warning: Unknown or uninitialised column:` was fixed (#885).
36
* Unaligned expressions with quoted key (e.g. `c("x" = 2)`) are now correctly
37
detected (#881).
38
+* function calls with unequal number of token on different lines are no longer
39
+ deemed aligned if there are arbitrary spaces around the tokens on the lines
40
+ with most tokens (#902).
41
* ensure a trailing blank line also if the input is cached (#867).
42
* Preserve trailing blank line in roxygen examples to simplify concatenation of
43
examples (#880).
0 commit comments