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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@
35
35
* roxygen2 no longer depends on purrr.
36
36
* roxygen2 now requires R 4.1 (#1632).
37
37
* S3 method handling improvements:
38
-
*Method parsing now prefers the longest matching generic name, so e.g. `all.equal.numeric` is correctly identified as a method of `all.equal` rather than `all` (#1587).
38
+
*Methods of `all.equal()` (e.g. `all.equal.numeric`) are now correctly identified as methods of `all.equal()`, `all()` (#1587).
39
39
* The warning about undocumented methods no longer errors when the function lacks a srcref, e.g. because a debugger breakpoint is set (#1589, #1710).
40
40
* The warning about undocumented methods no longer incorrectly flags S4 methods of S3 generics as unexported (#1715).
41
41
*`@description` no longer errors when the markdown text starts with a heading (#1705).
0 commit comments