You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@
45
45
*`brace_linter()` requires `test_that()`'s `code=` argument to have curly braces (#2292, @MichaelChirico).
46
46
*`fixed_regex_linter()` recognizes usage of the new (R 4.5.0) `grepv()` wrapper of `grep()`; `regex_subset_linter()` also recommends `grepv()` alternatives (#2855, @MichaelChirico).
47
47
*`object_usage_linter()` lints missing packages that may cause false positives (#2872, @AshesITR)
48
+
* New argument `include_s4_slots` for the `xml_find_function_calls()` entry in the `get_source_expressions()` to govern whether calls of the form `s4Obj@fun()` are included in the result (#2820, @MichaelChirico).
48
49
49
50
### New linters
50
51
@@ -76,6 +77,11 @@ files in Windows (#2882, @Bisaloo).
76
77
+`library_call_linter()`
77
78
+`terminal_close_linter()`
78
79
+`unnecessary_lambda_linter()`
80
+
* More consistency on handling `@` extractions (#2820, @MichaelChirico).
0 commit comments